PixelKey
NeoPixel USB Key
Loading...
Searching...
No Matches
ring_buffer_t Struct Reference

Ring buffer control struct. More...

#include <ring_buffer.h>

Data Fields

void ** p_data
 Pointer to the underlying data region.
 
size_t length
 Number of elements in the buffer.
 
size_t head_idx
 Index to the head of the ring buffer.
 
size_t tail_idx
 Index to the tail of the ring buffer.
 

Detailed Description

Ring buffer control struct.


The documentation for this struct was generated from the following file: