Lines Matching refs:timeout
366 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
375 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode()
379 timeout --; in LL_RTC_EnterInitMode()
382 if (timeout == 0U) in LL_RTC_EnterInitMode()
405 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_ExitInitMode() local
417 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_ExitInitMode()
421 timeout --; in LL_RTC_ExitInitMode()
424 if (timeout == 0U) in LL_RTC_ExitInitMode()
495 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
507 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro()
511 timeout--; in LL_RTC_WaitForSynchro()
514 if (timeout == 0U) in LL_RTC_WaitForSynchro()