zephyr/subsys/rtio
Luis Ubieda 3d4bd5de86 rtio: Introduce OP_DELAY as a valid SQE operation
SQE items with this OP will take the specified amount of time
(asynchronously) before completing. This allows to serve as an
asynchronous delay in between SQE items (e.g: A sensor measurement
requested, which requires 50-ms before having the result available).

Signed-off-by: Luis Ubieda <luisf@croxel.com>
2025-04-30 09:48:16 +02:00
..
CMakeLists.txt rtio: Introduce OP_DELAY as a valid SQE operation 2025-04-30 09:48:16 +02:00
Kconfig
Kconfig.workq rtio: workq: Default workqueue to two threads with SPI/I2C/I3C 2025-03-07 20:00:18 +01:00
rtio_executor.c rtio: Introduce OP_DELAY as a valid SQE operation 2025-04-30 09:48:16 +02:00
rtio_handlers.c
rtio_init.c
rtio_sched.c rtio: Introduce OP_DELAY as a valid SQE operation 2025-04-30 09:48:16 +02:00
rtio_sched.h rtio: Introduce OP_DELAY as a valid SQE operation 2025-04-30 09:48:16 +02:00
rtio_workq.c rtio: workq: bugfix of memory allocation 2025-02-12 16:03:17 +01:00