Type Definition fugit::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