Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
nz_circularBufferStd.h File Reference

Variable size Circular Buffer. More...

Go to the source code of this file.

Detailed Description

Variable size Circular Buffer.

Author
Modtronix Engineering
Compiler:
MPLAB XC16 compiler

Description

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.