pub type TimerDurationU64<const FREQ_HZ: u32> = Duration<u64, 1_u32, FREQ_HZ>;
Expand description

Alias for durations that come from timers with a specific frequency (u64 backing storage)