Searched refs:synchrostatus (Results 1 – 10 of 10) sorted by relevance
240 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local253 synchrostatus = RTC->STS_B.RSFLG; in RTC_WaitForSynchro()256 while ((cnt != RTC_SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
289 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local308 synchrostatus = RTC->ISR & RTC_ISR_RSF; in RTC_WaitForSynchro()310 } while((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
354 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local366 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()368 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
356 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local368 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()370 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
353 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local365 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()367 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
517 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local537 synchrostatus = RTC->ISR & RTC_ISR_RSF; in RTC_WaitForSynchro()540 while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
332 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local341 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()343 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
349 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local361 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()363 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
Completed in 43 milliseconds