pub trait SysCfgExt { // Required method fn constrain(self) -> SysCfg; }
Extension trait that constrains the SYSCFG peripheral
SYSCFG
Constrains the SYSCFG peripheral so it plays nicely with the other abstractions