Trait stm32f407g_disc::syscfg::SysCfgExt[][src]

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

Extension trait that constrains the SYSCFG peripheral

Required methods

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

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

Loading content...

Implementors

impl SysCfgExt for SYSCFG[src]

Loading content...