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.
xifo8_t Struct Reference
Circular Buffer object. More...
#include <xIFO.h>
Data Fields | |
| uint8_t * | startpool |
| First element in pool. | |
| uint8_t * | endpool |
| Last element in pool. | |
| uint8_t * | read |
| Read pointer. | |
| uint8_t * | write |
| Write pointer. | |
| uint32_t | full |
| Flag indicating buffer is full. | |
| uint32_t | count |
| Number of elements used. | |
| uint32_t | size |
| Size of buffer. | |
Detailed Description
Circular Buffer object.
This struct holds the object of a circular buffer
Definition at line 505 of file xIFO.h.
Field Documentation
Generated on Mon Jul 18 2022 08:08:14 by
1.7.2