Searched refs:synchrocounter (Results 1 – 9 of 9) sorted by relevance
287 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local309 synchrocounter++; in RTC_WaitForSynchro()310 } while((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
352 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local367 synchrocounter++; in RTC_WaitForSynchro()368 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
354 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local369 synchrocounter++; in RTC_WaitForSynchro()370 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
351 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local366 synchrocounter++; in RTC_WaitForSynchro()367 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
515 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local538 synchrocounter++; in RTC_WaitForSynchro()540 while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
330 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local342 synchrocounter++; in RTC_WaitForSynchro()343 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
347 __IO uint32_t synchrocounter = 0; in RTC_WaitForSynchro() local362 synchrocounter++; in RTC_WaitForSynchro()363 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
Completed in 62 milliseconds