Variable size Circular Buffer. More...
Go to the source code of this file.
Variable size Circular Buffer.
This module contains the implementation for a Circular Buffer, as defined in the nz_circularBuffer.h interface. This implementation is for a variable size circular buffers. The size can be configured at run time, and is not limited to a power of 2 value.