GetClock

Trait GetClock 

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

Required Methods§

Implementors§

Source§

impl<T> GetClock for T
where T: RccBus, T::Bus: BusClock,