Home
last modified time | relevance | path

Searched refs:synchrostatus (Results 1 – 10 of 10) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_rtc.c240 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
253 synchrostatus = RTC->STS_B.RSFLG; in RTC_WaitForSynchro()
256 while ((cnt != RTC_SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_rtc.c289 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
308 synchrostatus = RTC->ISR & RTC_ISR_RSF; in RTC_WaitForSynchro()
310 } while((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_rtc.c354 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
366 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
368 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_rtc.c356 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
368 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
370 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_rtc.c354 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
366 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
368 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_rtc.c353 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
365 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
367 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_rtc.c517 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
537 synchrostatus = RTC->ISR & RTC_ISR_RSF; in RTC_WaitForSynchro()
540 while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_rtc.c354 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
366 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
368 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_rtc.c332 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
341 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
343 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_rtc.c349 uint32_t synchrostatus = 0x00; in RTC_WaitForSynchro() local
361 synchrostatus = RTC->INITSTS & RTC_INITSTS_RSYF; in RTC_WaitForSynchro()
363 } while ((synchrocounter != SYNCHRO_TIMEOUT) && (synchrostatus == 0x00)); in RTC_WaitForSynchro()

Completed in 43 milliseconds