Searched refs:Delay (Results 1 – 16 of 16) sorted by relevance
62 uint32_t Delay; // Reference Timeout duration member174 RtcTimerContext.Delay = timeout; in RtcStartAlarm()177 printf( "TIMEOUT \t%010ld\t%010ld\n", RtcTimerContext.Time, RtcTimerContext.Delay ); in RtcStartAlarm()188 if( HwTimerLoadAbsoluteTicks( RtcTimerContext.Time + RtcTimerContext.Delay ) == false ) in RtcStartAlarm()251 if( RtcGetTimerElapsedTime( ) >= RtcTimerContext.Delay ) in RtcProcess()
180 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument187 if (Delay < LL_MAX_DELAY) in LL_mDelay()189 Delay++; in LL_mDelay()192 while (Delay) in LL_mDelay()196 Delay--; in LL_mDelay()
331 __weak void HAL_Delay(__IO uint32_t Delay) in HAL_Delay() argument335 while((HAL_GetTick() - tickstart) < Delay) in HAL_Delay()
182 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument189 if (Delay < LL_MAX_DELAY) in LL_mDelay()191 Delay++; in LL_mDelay()194 while (Delay) in LL_mDelay()198 Delay--; in LL_mDelay()
313 __weak void HAL_Delay(__IO uint32_t Delay) in HAL_Delay() argument317 while((HAL_GetTick() - tickstart) < Delay) in HAL_Delay()
352 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument355 uint32_t wait = Delay; in HAL_Delay()
202 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument205 uint32_t tmpDelay = Delay; in LL_mDelay()
26 void Delay( float s ) in Delay() function
36 void Delay( float s );
246 void LL_mDelay(uint32_t Delay);
387 void HAL_Delay(__IO uint32_t Delay);
248 void LL_mDelay(uint32_t Delay);
925 void HAL_Delay(__IO uint32_t Delay);
305 void LL_mDelay(uint32_t Delay);
606 void HAL_Delay(uint32_t Delay);
144 void USBD_LL_Delay (uint32_t Delay);