fugit

Type Alias TimerRateU32

source
pub type TimerRateU32<const FREQ_HZ: u32> = Rate<u32, FREQ_HZ, 1>;
Expand description

Alias for rate that come from timers with a specific frequency (u32 backing storage)

Aliased Typeยง

struct TimerRateU32<const FREQ_HZ: u32> { /* private fields */ }