Trait SysCfgExt

Source
pub trait SysCfgExt {
    // Required method
    fn constrain(self) -> SysCfg;
}
Expand description

Extension trait that constrains the SYSCFG peripheral

Required Methods§

Source

fn constrain(self) -> SysCfg

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

Implementors§