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