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