Module interconnect

Source
Available on crate feature unstable only.
Expand description

Peripheral signal interconnect using IOMUX or GPIOMUX.

Structs§

InputConnection
A peripheral input signal connection.
InputSignal
A configurable input signal between a peripheral and a GPIO pin.
OutputConnection
A peripheral (input and) output signal connection.
OutputSignal
A configurable output signal between a peripheral and a GPIO pin.

Traits§

PeripheralInput
A signal that can be connected to a peripheral input.
PeripheralOutput
A signal that can be connected to a peripheral input and/or output.