Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
TCbuf Class Reference
The Circular Buffer. More...
#include <usrlib.h>
Public Member Functions | |
| TCbuf (byte *const Address, const byte Size) | |
| Circular buffer function-member description. | |
Detailed Description
The Circular Buffer.
Byte-wide FIFO. Allows to: add byte, get byte, write bytes from array, read bytes to array, and some other service actions.
Definition at line 67 of file usrlib.h.
Constructor & Destructor Documentation
| TCbuf | ( | byte *const | Address, |
| const byte | Size | ||
| ) |
Circular buffer function-member description.
Definition at line 53 of file usrlib.cpp.
Generated on Wed Jul 13 2022 05:20:16 by
1.7.2