Trait _stm32f0xx_hal_rcc_RccExt

Source
pub trait _stm32f0xx_hal_rcc_RccExt {
    // Required method
    fn configure(self) -> CFGR;
}
Expand description

Extension trait that sets up the RCC peripheral

Required Methods§

Source

fn configure(self) -> CFGR

Configure the clocks of the RCC peripheral

Implementors§