Module nrf52::pinmux

source ·
Expand description

An abstraction over the pin multiplexer, nRF5X-family

Controller drivers should use the Pinmux type (instead of a u32) for fields that determine which pins are used by the hardware. The board configuration should create Pinmuxs and pass them into controller drivers during initialization.

Structs§

  • An opaque wrapper around a configurable pin.