no-OS
|
Circular buffer descriptor. More...
#include <circular_buffer.h>
Public Attributes | |
uint32_t | size |
int8_t * | buff |
struct cb_ptr | write |
struct cb_ptr | read |
Circular buffer descriptor.
int8_t* circular_buffer::buff |
Address of the buffer
struct cb_ptr circular_buffer::read |
Read pointer
uint32_t circular_buffer::size |
Size of the buffer in bytes
struct cb_ptr circular_buffer::write |
Write pointer