Trait stm32f4xx_hal::rcc::RccExt

source ·
pub trait RccExt {
    // Required method
    fn constrain(self) -> Rcc;
}
Expand description

Extension trait that constrains the RCC peripheral

Required Methods§

source

fn constrain(self) -> Rcc

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

Implementors§