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

Return value

If the message buffer was reset then pdPASS is returned. If the message buffer could not be reset because either there was a task blocked on the message queue to wait for space to become available, or to wait for a a message to be available, then pdFAIL is returned.

References