|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
MUX controller driver API. More...
#include <zephyr/drivers/mux.h>
Data Fields | |
| mux_control_set_fn | set |
| REQ Drive a MUX control line to the given state. | |
| mux_state_get_fn | get_state |
| OPT Read back the current state of a MUX control line. | |
| mux_control_disconnect_fn | disconnect |
| OPT Physically disconnect a MUX control line. | |
MUX controller driver API.
| mux_control_disconnect_fn mux_control_driver_api::disconnect |
OPT Physically disconnect a MUX control line.
| mux_state_get_fn mux_control_driver_api::get_state |
OPT Read back the current state of a MUX control line.
| mux_control_set_fn mux_control_driver_api::set |
REQ Drive a MUX control line to the given state.