Zephyr API 3.6.99
|
Public APIs for the Device Multiplexer driver. More...
#include <stdint.h>
#include <zephyr/device.h>
#include <zephyr/kernel.h>
#include <zephyr/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. | |
Public APIs for the Device Multiplexer driver.