[][src]Trait nucleo_f042k6::_stm32f0xx_hal_rcc_RccExt

pub trait _stm32f0xx_hal_rcc_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...