Trait stm32f4xx_hal::rcc::RccExt

source ·
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§