Compile SD library
Dependencies: SDFileSystem USBDevice max32630fthr
Fork of MAX30001-MAX32630FTHR-ECG-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 Mon Jul 18 2022 20:23:41 by
1.7.2
