[][src]Trait nucleo_f103rb::_stm32_hal_rcc_RccExt

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