Module counter

Source

Structs§

Counter
Periodic non-blocking timer that implements embedded_hal_02::timer::CountDown
CounterHz
Hardware timers
SysCounter
SysTick timer with precision of 1 μs (1 MHz sampling)
SysCounterHz
Hardware timers

Type Aliases§

CounterMs
Counter with precision of of 1 ms (1 kHz sampling)
CounterUs
Counter with precision of 1 μs (1 MHz sampling)
SysCounterUs