|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
RTIO I2C IODEV Flags. More...
Macros | |
| #define | RTIO_IODEV_I2C_STOP BIT(1) |
| Equivalent to the I2C_MSG_STOP flag. | |
| #define | RTIO_IODEV_I2C_RESTART BIT(2) |
| Equivalent to the I2C_MSG_RESTART flag. | |
| #define | RTIO_IODEV_I2C_10_BITS BIT(3) |
| Equivalent to the I2C_MSG_ADDR_10_BITS. | |
RTIO I2C IODEV Flags.
| #define RTIO_IODEV_I2C_10_BITS BIT(3) |
#include <zephyr/rtio/sqe.h>
Equivalent to the I2C_MSG_ADDR_10_BITS.
| #define RTIO_IODEV_I2C_RESTART BIT(2) |
#include <zephyr/rtio/sqe.h>
Equivalent to the I2C_MSG_RESTART flag.
| #define RTIO_IODEV_I2C_STOP BIT(1) |
#include <zephyr/rtio/sqe.h>
Equivalent to the I2C_MSG_STOP flag.