![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Ring buffer structure. More...
#include "ring_buffer.h"
Data Fields | |
uint8_t * | bufferBase |
uint8_t * | bufferLast |
uint8_t * | bufferIn |
uint8_t * | bufferOut |
int | count |
int | used |
int | itemSize |
Ring buffer structure.
Definition at line 45 of file ring_buffer.h.
uint8_t* bufferBase |
Definition at line 46 of file ring_buffer.h.
uint8_t* bufferIn |
Definition at line 47 of file ring_buffer.h.
uint8_t * bufferLast |
Definition at line 46 of file ring_buffer.h.
uint8_t * bufferOut |
Definition at line 47 of file ring_buffer.h.
int count |
Definition at line 48 of file ring_buffer.h.
int itemSize |
Definition at line 48 of file ring_buffer.h.
int used |
Definition at line 48 of file ring_buffer.h.