Trait stm32f0xx_hal::rcc::RccExt[][src]

pub trait RccExt {
    fn configure(self) -> CFGR;
}
Expand description

Extension trait that sets up the RCC peripheral

Required methods

Configure the clocks of the RCC peripheral

Implementors