embassy-nrf

Crates

git

Versions

nrf9151-s

Flavors

Module gpiote

Source
Expand description

GPIO task/event (GPIOTE) driver.

Structs§

AnyChannel
Type-erased channel.
InputChannel
GPIOTE channel driver in input mode
OutputChannel
GPIOTE channel driver in output mode

Enums§

InputChannelPolarity
Polarity for listening to events for GPIOTE input channels.
OutputChannelPolarity
Polarity of the OUT task operation for GPIOTE output channels.

Traits§

Channel
GPIOTE channel trait.