Trait stm32g0xx_hal::rcc::RccExt[][src]

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

Extension trait that constrains the RCC peripheral

Required methods

fn constrain(self) -> Rcc[src]

Constrains the RCC peripheral so it plays nicely with the other abstractions

fn freeze(self, rcc_cfg: Config) -> Rcc[src]

Constrains the RCC peripheral and apply clock configuration

Loading content...

Implementors

impl RccExt for RCC[src]

Loading content...