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 Pinmux
s and pass them into controller drivers
during initialization.
Structs§
- An opaque wrapper around a configurable pin.