Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal.c336 uint32_t wait = Delay; in HAL_Delay() local
339 if (wait < HAL_MAX_DELAY) in HAL_Delay()
341 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
344 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal.c362 uint32_t wait = Delay; in HAL_Delay() local
365 if (wait < HAL_MAX_DELAY) in HAL_Delay()
367 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
370 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal.c359 uint32_t wait = Delay; in HAL_Delay() local
362 if (wait < HAL_MAX_DELAY) in HAL_Delay()
364 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
367 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal.c374 uint32_t wait = Delay; in HAL_Delay() local
377 if (wait < HAL_MAX_DELAY) in HAL_Delay()
379 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
382 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal.c380 uint32_t wait = Delay; in HAL_Delay() local
383 if (wait < HAL_MAX_DELAY) in HAL_Delay()
385 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
388 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal.c371 uint32_t wait = Delay; in HAL_Delay() local
374 if (wait < HAL_MAX_DELAY) in HAL_Delay()
376 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
379 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal.c376 uint32_t wait = Delay; in HAL_Delay() local
379 if (wait < HAL_MAX_DELAY) in HAL_Delay()
381 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
384 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal.c375 uint32_t wait = Delay; in HAL_Delay() local
378 if (wait < HAL_MAX_DELAY) in HAL_Delay()
380 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
383 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal.c387 uint32_t wait = Delay; in HAL_Delay() local
390 if (wait < HAL_MAX_DELAY) in HAL_Delay()
392 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
395 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal.c393 uint32_t wait = Delay; in HAL_Delay() local
396 if (wait < HAL_MAX_DELAY) in HAL_Delay()
398 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
401 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal.c400 uint32_t wait = Delay; in HAL_Delay() local
403 if (wait < HAL_MAX_DELAY) in HAL_Delay()
405 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
408 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal.c373 uint32_t wait = Delay; in HAL_Delay() local
376 if (wait < HAL_MAX_DELAY) in HAL_Delay()
378 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
381 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal.c387 uint32_t wait = Delay; in HAL_Delay() local
390 if (wait < HAL_MAX_DELAY) in HAL_Delay()
392 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
395 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal.c406 uint32_t wait = Delay; in HAL_Delay() local
409 if (wait < HAL_MAX_DELAY) in HAL_Delay()
411 wait += (uint32_t)uwTickFreq; in HAL_Delay()
414 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal.c403 uint32_t wait = Delay; in HAL_Delay() local
406 if (wait < HAL_MAX_DELAY) in HAL_Delay()
408 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
411 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c379 uint32_t wait = Delay; in HAL_Delay() local
382 if (wait < HAL_MAX_DELAY) in HAL_Delay()
384 wait += (uint32_t)uwTickFreq; in HAL_Delay()
387 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c448 uint32_t wait = Delay; in HAL_Delay() local
451 if (wait < HAL_MAX_DELAY) in HAL_Delay()
453 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
456 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c426 uint32_t wait = Delay; in HAL_Delay() local
429 if (wait < HAL_MAX_DELAY) in HAL_Delay()
431 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
434 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c402 uint32_t wait = Delay; in HAL_Delay() local
405 if (wait < HAL_MAX_DELAY) in HAL_Delay()
407 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
410 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c397 uint32_t wait = Delay; in HAL_Delay() local
400 if (wait < HAL_MAX_DELAY) in HAL_Delay()
402 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
405 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c416 uint32_t wait = Delay; in HAL_Delay() local
419 if (wait < HAL_MAX_DELAY) in HAL_Delay()
421 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
424 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c414 uint32_t wait = Delay; in HAL_Delay() local
417 if (wait < HAL_MAX_DELAY) in HAL_Delay()
419 wait += (uint32_t)uwTickFreq; in HAL_Delay()
422 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c408 uint32_t wait = Delay; in HAL_Delay() local
411 if (wait < HAL_MAX_DELAY) in HAL_Delay()
413 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
416 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c381 uint32_t wait = Delay; in HAL_Delay() local
384 if (wait < HAL_MAX_DELAY) in HAL_Delay()
386 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
389 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()