Searched refs:RTC_ISR_INITF (Results 1 – 2 of 2) sorted by relevance
74 if ((RTC->ISR & RTC_ISR_INITF) == 0) { in RTC_EnterInitMode()81 initstatus = RTC->ISR & RTC_ISR_INITF; in RTC_EnterInitMode()85 if (RTC->ISR & RTC_ISR_INITF) { in RTC_EnterInitMode()
434 #define RTC_ISR_INITF ((u32)0x00000040) macro
Completed in 5 milliseconds