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

Extension trait that constrains the SYSCFG peripheral

Required Methods

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

Implementors