|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
An IO device with a function table for submitting requests. More...
#include <zephyr/rtio/iodev.h>
Data Fields | |
| const struct rtio_iodev_api * | api |
| Function pointer table. | |
| void * | data |
| Data associated with this iodev. | |
An IO device with a function table for submitting requests.
| const struct rtio_iodev_api* rtio_iodev::api |
Function pointer table.
| void* rtio_iodev::data |
Data associated with this iodev.