Module embassy_nrf::gpio

source ·
Expand description

General purpose input/output (GPIO) driver.

Structs

Enums

  • Digital input or output level.
  • Drive strength settings for an output pin.
  • A GPIO port with up to 32 pins.
  • Pull setting for an input.

Traits

  • Interface for a Pin that can be configured by an Input or Output driver, or converted to an AnyPin.