pub trait TimerSpeed: Speed {
    type ClockSourceType;
}
Expand description

Trait defining the type of timer source

Required Associated Types§

Implementors§

Timer source type for LowSpeed timers