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