Expand description
Fixed-size buffer implementations for embedded systems
Structsยง
- Aligned
Buffer - Aligned buffer for DMA or hardware access
- Fixed
Buffer - Fixed-size buffer with compile-time capacity
- Ring
Buffer - Ring buffer for streaming data
Fixed-size buffer implementations for embedded systems