Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rtio Directory Reference

Files

file  rtio.h [code]
 Real-Time IO device API for moving bytes with low effort.
 
file  rtio_mpsc.h [code]
 A wait-free intrusive multi producer single consumer (MPSC) queue using a singly linked list.
 
file  rtio_spsc.h [code]
 A lock-free and type safe power of 2 fixed sized single producer single consumer (SPSC) queue using a ringbuffer and atomics to ensure coherency.