Module nrf52840_hal::gpiote[][src]

HAL interface for the GPIOTE peripheral.

The GPIO tasks and events (GPIOTE) module provides functionality for accessing GPIO pins using tasks and events.

Structs

Gpiote

A safe wrapper around the GPIOTE peripheral.

GpioteChannel
GpioteChannelEvent
GpiotePort
GpiotePortEvent
GpioteTask

Enums

EventPolarity
PortEventSense
TaskOutPolarity

Polarity of the task out operation.

Traits

GpioteInputPin

Trait to represent event input pin.

GpioteOutputPin

Trait to represent task output pin.