|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Addressing-only specifier for a single MUX control line. More...
#include <mux.h>
Data Fields | |
| const uint32_t * | cells |
| Pointer to the addressing cells from the devicetree specifier. | |
| size_t | len |
Number of addressing cells (matches #mux-control-cells). | |
Addressing-only specifier for a single MUX control line.
One mux_control identifies a single output on a MUX controller. Its cells array carries only the addressing portion of a devicetree mux-controls specifier (no state cell).
| const uint32_t* mux_control::cells |
Pointer to the addressing cells from the devicetree specifier.
| size_t mux_control::len |
Number of addressing cells (matches #mux-control-cells).