AM263x MCU+ SDK  08.03.00

Detailed Description

SIPC swQ structure which holds the data pointer to a fifo Queue in HSM MBOX memory.

Data Fields

uint32_t rdIdx
 
uint32_t wrIdx
 
uint16_t EleSize
 
uint16_t Qlength
 
uint8_t * Qfifo
 

Field Documentation

◆ rdIdx

uint32_t SIPC_SwQueue::rdIdx

queue element will be read from this index.

◆ wrIdx

uint32_t SIPC_SwQueue::wrIdx

queue element will be written to this index.

◆ EleSize

uint16_t SIPC_SwQueue::EleSize

Element size in words this will be a fixed parameter

◆ Qlength

uint16_t SIPC_SwQueue::Qlength

total number of elements

◆ Qfifo

uint8_t* SIPC_SwQueue::Qfifo