Lines Matching refs:timeout
367 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
376 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode()
380 timeout --; in LL_RTC_EnterInitMode()
383 if (timeout == 0U) in LL_RTC_EnterInitMode()
406 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_ExitInitMode() local
418 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_ExitInitMode()
422 timeout --; in LL_RTC_ExitInitMode()
425 if (timeout == 0U) in LL_RTC_ExitInitMode()
496 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
508 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro()
512 timeout--; in LL_RTC_WaitForSynchro()
515 if (timeout == 0U) in LL_RTC_WaitForSynchro()