Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Module embassy_rp::gpio

source ·
Expand description

GPIO driver.

Structs§

Enums§

  • A GPIO bank with up to 32 pins.
  • Drive strength of an output
  • Interrupt trigger levels.
  • Represents a digital input or output level.
  • Represents a pull setting for an input.
  • Slew rate of an output

Traits§

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