pub trait ExtiExt {
    fn constrain(self) -> ExternalInterrupts;
}
Expand description

Extension trait that contsrins the EXTI peripheral

Required Methods

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

Implementors