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