Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rtio_iodev_api Struct Reference

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.
 

Detailed Description

API that an RTIO IO device should implement.

Field Documentation

◆ submit

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.

Parameters
iodev_sqeSubmission queue entry

The documentation for this struct was generated from the following file: