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

MUX controller driver API. More...

#include <mux.h>

Data Fields

mux_control_set_fn set
 @driver_ops_mandatory Drive a MUX control line to the given state.
mux_state_get_fn get_state
 @driver_ops_optional Read back the current state of a MUX control line.
mux_control_disconnect_fn disconnect
 @driver_ops_optional Physically disconnect a MUX control line.

Detailed Description

MUX controller driver API.

Field Documentation

◆ disconnect

mux_control_disconnect_fn mux_control_driver_api::disconnect

@driver_ops_optional Physically disconnect a MUX control line.

◆ get_state

mux_state_get_fn mux_control_driver_api::get_state

@driver_ops_optional Read back the current state of a MUX control line.

◆ set

mux_control_set_fn mux_control_driver_api::set

@driver_ops_mandatory Drive a MUX control line to the given state.


The documentation for this struct was generated from the following file:
  • include/zephyr/drivers/mux.h