Host software for the MAX30001 ECG, PACE, biopotential, bioimpedance, R-to-R peak sensor. Hosted on the MAX32630FTHR.
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 Tue Jul 12 2022 17:32:42 by
1.7.2
