Expand description

External interrupt controller (EXTI).

For convenience, this module reexports the EXTI peripheral from the PAC.

Structs

Higher-lever wrapper around the EXTI peripheral.

An EXTI interrupt line sourced by a GPIO.

Enums

A configurable EXTI line that is not a GPIO-sourced line.

A non-configurable interrupt line.

Edges that can trigger a configurable interrupt line.

Traits

Trait implemented by all types representing EXTI interrupt lines.