GetTimerClock

Trait GetTimerClock 

Source
pub trait GetTimerClock: RccBus {
    // Required method
    fn get_timer_clock(&self) -> HertzU32;
}

Required Methods§

Implementors§

Source§

impl<T> GetTimerClock for T
where T: RccBus, T::Bus: BusTimerClock,