pub trait _stm32f4xx_hal_rcc_RccExt {
    fn constrain(self) -> Rcc;
}
Expand description

Extension trait that constrains the RCC peripheral

Required Methods§

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

Implementors§