☰
Module delay
Structs
Type Definitions
?
Module
stm32f4xx_hal
::
timer
::
delay
source
·
[
−
]
Expand description
Delays
Structs
Delay
Periodic non-blocking timer that imlements
embedded_hal::blocking::delay
traits.
SysDelay
Timer as a delay provider (SysTick by default)
Type Definitions
DelayMs
Delay
with precision of 1 ms (1 kHz sampling)
DelayUs
Delay
with precision of 1 μs (1 MHz sampling)