Searched refs:RTC_SYNCHRO_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
52 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro813 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
329 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 0x00008000) macro
256 while ((cnt != RTC_SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
Completed in 7 milliseconds