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ยง
- Pinmux
- An opaque wrapper around a configurable pin.