![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Ring buffer structure.
Definition at line 45 of file ring_buffer.h.
#include "ring_buffer.h"
Data Fields | |
void * | data |
int | count |
int | itemSz |
uint32_t | head |
uint32_t | tail |
int count |
Definition at line 47 of file ring_buffer.h.
void* data |
Definition at line 46 of file ring_buffer.h.
uint32_t head |
Definition at line 49 of file ring_buffer.h.
int itemSz |
Definition at line 48 of file ring_buffer.h.
uint32_t tail |
Definition at line 50 of file ring_buffer.h.