QueuePointers is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
int8_t *
Points to the byte at the end of the queue storage area. Once more byte is allocated than necessary to store the queue items, this is used as a marker.
int8_t *
Points to the last place that a queued item was read from when the structure is used as a queue.

References