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