Searched refs:Delay (Results 1 – 7 of 7) sorted by relevance
44 void HAL_Delay(__IO uint32_t Delay) in HAL_Delay() argument46 spin(Delay * 1000); in HAL_Delay()
176 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument183 if (Delay < LL_MAX_DELAY) in LL_mDelay()185 Delay++; in LL_mDelay()188 while (Delay) in LL_mDelay()192 Delay--; in LL_mDelay()
311 __weak void HAL_Delay(__IO uint32_t Delay) in HAL_Delay() argument314 uint32_t wait = Delay; in HAL_Delay()
320 __weak void HAL_Delay(__IO uint32_t Delay)324 while ((HAL_GetTick() - tickstart) < Delay) {
245 void LL_mDelay(uint32_t Delay);
526 void HAL_Delay(__IO uint32_t Delay);
154 void HAL_Delay(__IO uint32_t Delay);
Completed in 11 milliseconds