Trait stm32f4xx_hal::syscfg::SysCfgExt[][src]

pub trait SysCfgExt {
    fn constrain(self) -> SysCfg;
}

Extension trait that constrains the SYSCFG peripheral

Required methods

fn constrain(self) -> SysCfg[src]

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

Loading content...

Implementors

Loading content...