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.
Dependencies: SDFileSystem USBDevice max32630fthr
Fork of MAX30001 SYS EvKit 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 Tue Jul 12 2022 17:58:42 by
