Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mux_control_driver_api Struct Reference

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.

Detailed Description

MUX controller driver API.

Field Documentation

◆ disconnect

mux_control_disconnect_fn mux_control_driver_api::disconnect

OPT Physically disconnect a MUX control line.

◆ get_state

mux_state_get_fn mux_control_driver_api::get_state

OPT Read back the current state of a MUX control line.

◆ set

mux_control_set_fn mux_control_driver_api::set

REQ Drive a MUX control line to the given state.


The documentation for this struct was generated from the following file: