Microchip® Advanced Software Framework

queue_tag Struct Reference

Queue structure.

This structur defines the queue structure. The application should declare the queue of type queue_t and call qmm_queue_init before invoking any other functionality of qmm.

#include <qmm.h>

Data Fields

buffer_thead
 Pointer to head of queue. More...
 
uint8_t size
 Number of buffers present in the current queue. More...
 
buffer_ttail
 Pointer to tail of queue. More...