AM64x MCU+ SDK  08.02.00

Detailed Description

Generic queue.

Data Fields

uint32_t count
 
EnetQ_Nodehead
 
EnetQ_Nodetail
 
uint32_t magic
 

Field Documentation

◆ count

uint32_t EnetQ::count

The current number of entries in the queue

◆ head

EnetQ_Node* EnetQ::head

The top of the queue

◆ tail

EnetQ_Node* EnetQ::tail

The end of the queue

◆ magic

uint32_t EnetQ::magic

Magic number used to check queue initialization