Structure to hold the queue information used by HPI.
Data Fields | |
uint8_t * | startPtr |
Pointer to start of the buffer. More... | |
uint16_t | bufSize |
Size of the buffer. More... | |
volatile uint16_t | queueLoc |
Offset to store the next message. More... | |
volatile uint16_t | msgEndLoc |
Offset where the first message in the queue ends. More... | |
uint8_t* cy_stc_hpi_event_queue_t::startPtr |
Pointer to start of the buffer.
uint16_t cy_stc_hpi_event_queue_t::bufSize |
Size of the buffer.
volatile uint16_t cy_stc_hpi_event_queue_t::queueLoc |
Offset to store the next message.
volatile uint16_t cy_stc_hpi_event_queue_t::msgEndLoc |
Offset where the first message in the queue ends.