HPI Library
cy_hpi_master_event_queue_t Struct Reference

Description

HPI master queue data structure.

Data Fields

uint8_t * startAddress
 Start address of the buffer. More...
 
uint16_t bufferSize
 Size of the queue buffer. More...
 
uint16_t headIdx
 Message start index. More...
 
uint16_t tailIdx
 Message end index. More...
 

Field Documentation

◆ startAddress

uint8_t* cy_hpi_master_event_queue_t::startAddress

Start address of the buffer.

◆ bufferSize

uint16_t cy_hpi_master_event_queue_t::bufferSize

Size of the queue buffer.

◆ headIdx

uint16_t cy_hpi_master_event_queue_t::headIdx

Message start index.

◆ tailIdx

uint16_t cy_hpi_master_event_queue_t::tailIdx

Message end index.