LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
RINGBUFF_T Struct Reference

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
 

Detailed Description

Ring buffer structure.

Definition at line 45 of file ring_buffer.h.

Field Documentation

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.


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