xQueueOverwrite is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

xQueueOverwrite() is a macro that calls xQueueGenericSend(), and therefore has the same return values as xQueueSendToFront(). However, pdPASS is the only value that can be returned because xQueueOverwrite() will write to the queue even when the queue is already full.

References

from examples