Zephyr Project API  3.2.0
A Scalable Open Source RTOS
rtio_iodev Struct Reference

An IO device with a function table for submitting requests. More...

#include <rtio.h>

Data Fields

const struct rtio_iodev_apiapi
 
struct rtio_iodev_sqiodev_sq
 

Detailed Description

An IO device with a function table for submitting requests.

This is required to be the first member of every iodev. There's a strong possibility this will be extended with some common data fields (statistics) in the future.

Field Documentation

◆ api

const struct rtio_iodev_api* rtio_iodev::api

◆ iodev_sq

struct rtio_iodev_sq* rtio_iodev::iodev_sq

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