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

pub trait RccExt {
    fn constrain(self) -> Rcc;
}

Extension trait that constrains the RCC peripheral

Required methods

fn constrain(self) -> Rcc

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

Loading content...

Implementors

impl RccExt for RCC[src]

Loading content...