Searched defs:QueueDefinition (Results 1 – 1 of 1) sorted by relevance
97 typedef struct QueueDefinition /* The old naming convention is used to prevent breaking kernel aw… struct99 int8_t *pcHead; /*< Points to the beginning of the queue storage area. */123 struct QueueDefinition *pxQueueSetContainer; argument127 UBaseType_t uxQueueNumber;128 uint8_t ucQueueType;131 portMUX_TYPE mux; //Mutex required due to SMP