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

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

Extension trait that sets up the RCC peripheral

Required methods

fn configure(self) -> CFGR

Configure the clocks of the RCC peripheral

Loading content...

Implementors

impl RccExt for RCC[src]

Loading content...