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