Trait gd32f1x0_hal::rcu::GetBusFreq[][src]

pub trait GetBusFreq {
    fn get_frequency(clocks: &Clocks) -> Hertz;

    fn get_timer_frequency(clocks: &Clocks) -> Hertz { ... }
}

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...