QueueListElement is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
Pointer to the next element in the list.
FreeRTOS queue handle.
size_t
Number of threads that have opened this queue.
char *
Null-terminated queue name.
struct mq_attr
Queue attributes.
If pdTRUE, this queue will be unlinked once all descriptors close.

References

from examples