[][src]Trait stm32f3xx_hal_v2::rcc::RccExt

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

Extension trait that constrains the RCC peripheral

Required methods

pub fn constrain(self) -> Rcc[src]

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

Loading content...

Implementors

impl RccExt for RCC[src]

Loading content...