[][src]Trait stm32l0xx_hal::rcc::RccExt

pub trait RccExt {
    fn freeze(self, config: Config) -> Rcc;
}

Extension trait that freezes the RCC peripheral with provided clocks configuration

Required methods

fn freeze(self, config: Config) -> Rcc

Loading content...

Implementors

impl RccExt for RCC[src]

Loading content...