Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
API that an RTIO IO device should implement. More...
#include <zephyr/rtio/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 |