pub trait TimerSpeed: Speed {
    type ClockSourceType;
}Expand description
Trait defining the type of timer source
Required Associated Types§
Sourcetype ClockSourceType
 
type ClockSourceType
The type of clock source used by the timer in this speed mode.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl TimerSpeed for LowSpeed
Available on crate feature unstable only.Timer source type for LowSpeed timers
 
impl TimerSpeed for LowSpeed
Available on crate feature 
unstable only.Timer source type for LowSpeed timers