[][src]Trait stm32f1xx_hal::rcc::GetBusFreq

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

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

Required methods

fn get_frequency(clocks: &Clocks) -> Hertz

Loading content...

Provided methods

Loading content...

Implementors

impl GetBusFreq for AHB[src]

impl GetBusFreq for APB1[src]

impl GetBusFreq for APB2[src]

Loading content...