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