Searched refs:RTC_ISR_INITF (Results 1 – 5 of 5) sorted by relevance
410 #define RTC_FLAG_INITF ((uint32_t)RTC_ISR_INITF)
1476 if((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in RTC_EnterInitMode()1483 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in RTC_EnterInitMode()
11928 #define RTC_ISR_INITF RTC_ISR_INITF_Msk macro