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