Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Container for shared device information specified in devicetree. More...
#include <device.h>
Data Fields | |
const struct device * | shared |
uint8_t | state |
uint8_t | priority |
Container for shared device information specified in devicetree.
This type contains a pointer to a shared device, the state that is requested, and the priority of that state request.
uint8_t shared_device_dt_spec::priority |
const struct device* shared_device_dt_spec::shared |
uint8_t shared_device_dt_spec::state |