Module stm32l0xx_hal::exti[][src]

External interrupt controller (EXTI).

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

Structs

Exti

Higher-lever wrapper around the EXTI peripheral.

GpioLine

An EXTI interrupt line sourced by a GPIO.

Enums

ConfigurableLine

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

DirectLine

A non-configurable interrupt line.

TriggerEdge

Edges that can trigger a configurable interrupt line.

Traits

ExtiLine

Trait implemented by all types representing EXTI interrupt lines.