PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
ring_buffer_t Struct Reference

Defines the parameters required by a ring buffer.

Public Attributes

int wrIndex
 Array index at which the next data needs to be placed.
 
int rdIndex
 Array index from which the next data read should be done.
 
int modulo
 Array Size - 1.