Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
devmux.h File Reference

Public APIs for the Device Multiplexer driver. More...

#include <stdint.h>
#include <zephyr/device.h>
#include <zephyr/kernel.h>
#include <syscalls/devmux.h>

Go to the source code of this file.

Functions

ssize_t devmux_select_get (const struct device *dev)
 Get the current selection of a devmux device.
 
int devmux_select_set (struct device *dev, size_t index)
 Set the selection of a devmux device.
 

Detailed Description

Public APIs for the Device Multiplexer driver.