TimerRateU32

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ยง

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