fugit

Type Alias TimerRate

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

Alias for rate that come from timers with a specific frequency

Aliased Typeยง

struct TimerRate<T, const FREQ_HZ: u32> { /* private fields */ }