Expand description
External interrupt controller (EXTI).
For convenience, this module reexports the EXTI peripheral from the PAC.
Structs§
- Exti
- Higher-lever wrapper around the
EXTI
peripheral. - Gpio
Line - An EXTI interrupt line sourced by a GPIO.
Enums§
- Configurable
Line - A configurable EXTI line that is not a GPIO-sourced line.
- Direct
Line - A non-configurable interrupt line.
- Trigger
Edge - Edges that can trigger a configurable interrupt line.
Traits§
- Exti
Line - Trait implemented by all types representing EXTI interrupt lines.