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