[][src]Trait alt_stm32f30x_hal::syscfg::SyscfgExt

pub trait SyscfgExt {
    fn constrain(self, apb2: &mut APB2) -> Syscfg;
}

Extension trait that constrains the SYSCFG peripheral

Required methods

fn constrain(self, apb2: &mut APB2) -> Syscfg

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

Loading content...

Implementors

impl SyscfgExt for SYSCFG[src]

Loading content...