Zephyr Project API 3.5.0
A Scalable Open Source RTOS
|
Files | |
rtio.h | |
Real-Time IO device API for moving bytes with low effort. | |
rtio_mpsc.h | |
A wait-free intrusive multi producer single consumer (MPSC) queue using a singly linked list. | |
rtio_spsc.h | |
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. | |