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.
Fork of mbed-os-test by
fifo_t Struct Reference
Structure used for FIFO management. More...
#include <RpcFifo.h>
Data Fields | |
| unsigned int | length |
| FIFO size (number of elements) | |
| void * | data |
| pointer to the FIFO buffer | |
| unsigned int | rindex |
| current FIFO read index | |
| unsigned int | windex |
| current FIFO write index | |
Detailed Description
Structure used for FIFO management.
Definition at line 40 of file RpcFifo.h.
Field Documentation
Generated on Wed Jul 13 2022 17:00:35 by
1.7.2
