zephyr/subsys/rtio
Tom Burdick caa0c0a467 rtio: Split the rx and tx buffer unions
Transmit/write buffers are expected to be constant values given to the
operation to transmit but not mutate. Seperate the OP_TX and OP_RX
operation description unions.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-08-17 08:55:01 -04:00
..
CMakeLists.txt rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
Kconfig rtio: Enable submit/consume semaphores by default 2024-08-05 10:16:12 +02:00
Kconfig.workq rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
rtio_executor.c rtio: Split the rx and tx buffer unions 2024-08-17 08:55:01 -04:00
rtio_handlers.c rtio: Split the rx and tx buffer unions 2024-08-17 08:55:01 -04:00
rtio_init.c sys: Add a lockfree mpsc and spsc queues 2024-06-06 00:42:29 -07:00
rtio_workq.c rtio: workq: Initialize Work item before using it 2024-07-13 10:27:58 -04:00