Trait stm32g0xx_hal::rcc::RccExt

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

Extension trait that constrains the RCC peripheral

Required Methods§

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

Constrains the RCC peripheral and apply clock configuration

Implementors§