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... | |
uint8_t* cy_hpi_master_event_queue_t::startAddress |
Start address of the buffer.
uint16_t cy_hpi_master_event_queue_t::bufferSize |
Size of the queue buffer.
uint16_t cy_hpi_master_event_queue_t::headIdx |
Message start index.
uint16_t cy_hpi_master_event_queue_t::tailIdx |
Message end index.