Trait stm32f4xx_hal::rcc::RccExt[][src]

pub trait 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