|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Addressing + default state pair for a MUX control line. More...
#include <zephyr/drivers/mux.h>
Data Fields | |
| const struct mux_control * | control |
| Addressing portion (points to a statically-defined mux_control). | |
| uint32_t | state |
| Default state value taken from the trailing cell of the specifier. | |
Addressing + default state pair for a MUX control line.
One mux_state pairs a mux_control with a default state value extracted from the trailing cell of a devicetree mux-states specifier. Use mux_state_apply() to drive the MUX to that state in one call.
| const struct mux_control* mux_state::control |
Addressing portion (points to a statically-defined mux_control).
| uint32_t mux_state::state |
Default state value taken from the trailing cell of the specifier.