Module delay

Source
Expand description

Delays

Structs§

Delay
Periodic non-blocking timer that implements embedded_hal_02::blocking::delay traits.
SysDelay
Timer as a delay provider (SysTick by default)

Type Aliases§

DelayMs
Delay with precision of 1 ms (1 kHz sampling)
DelayUs
Delay with precision of 1 μs (1 MHz sampling)