pub type TimerRate<T, const FREQ_HZ: u32> = Rate<T, FREQ_HZ, 1>;
Reexport fugit Alias for rate that come from timers with a specific frequency
fugit
pub struct TimerRate<T, const FREQ_HZ: u32> { /* private fields */ }