[][src]Trait stm32f072b_disco::_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...