MAX32620HSP (MAXREFDES100) RPC Example for Graphical User Interface
Dependencies: USBDevice
Fork of HSP_Release 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:59:20 by 1.7.2