pub trait SyscfgExt {
    fn constrain(self, apb2: &mut APB2) -> 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