Zephyr Project API  3.4.0
A Scalable Open Source RTOS
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. Ordering is First-In-First-Out.
 
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.