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