Skip to main content

Module buffer

Module buffer 

Source
Expand description

Fixed-size buffer implementations for embedded systems

Structsยง

AlignedBuffer
Aligned buffer for DMA or hardware access
FixedBuffer
Fixed-size buffer with compile-time capacity
RingBuffer
Ring buffer for streaming data