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 |
uint32_t SIPC_SwQueue::rdIdx |
queue element will be read from this index.
uint32_t SIPC_SwQueue::wrIdx |
queue element will be written to this index.
uint16_t SIPC_SwQueue::EleSize |
Element size in words this will be a fixed parameter
uint16_t SIPC_SwQueue::Qlength |
total number of elements
uint8_t* SIPC_SwQueue::Qfifo |