HPI Library
cy_stc_hpi_event_queue_t Struct Reference

Description

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...
 

Field Documentation

◆ startPtr

uint8_t* cy_stc_hpi_event_queue_t::startPtr

Pointer to start of the buffer.

◆ bufSize

uint16_t cy_stc_hpi_event_queue_t::bufSize

Size of the buffer.

◆ queueLoc

volatile uint16_t cy_stc_hpi_event_queue_t::queueLoc

Offset to store the next message.

◆ msgEndLoc

volatile uint16_t cy_stc_hpi_event_queue_t::msgEndLoc

Offset where the first message in the queue ends.