Zephyr API 3.6.99
|
API that an RTIO IO device should implement. More...
#include <rtio.h>
Data Fields | |
void(* | submit )(struct rtio_iodev_sqe *iodev_sqe) |
Submit to the iodev an entry to work on. | |
API that an RTIO IO device should implement.
void(* rtio_iodev_api::submit) (struct rtio_iodev_sqe *iodev_sqe) |
Submit to the iodev an entry to work on.
This call should be short in duration and most likely either enqueue or kick off an entry with the hardware.
iodev_sqe | Submission queue entry |