pdFAIL is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

pdFAIL macro

Syntax

#define pdFAIL ( pdFALSE )

References

LocationText
projdefs.h:48
#define pdFAIL ( pdFALSE )
queue.c:631
xReturn = pdFAIL;
queue.c:668
if( xReturn != pdFAIL )
queue.c:1866
xReturn = pdFAIL;
queue.c:1920
xReturn = pdFAIL;
queue.c:2796
xReturn = pdFAIL;
queue.c:2802
xReturn = pdFAIL;
queue.c:2828
xReturn = pdFAIL;
queue.c:2835
xReturn = pdFAIL;
stream_buffer.c:395
BaseType_t xReturn = pdFAIL;
tasks.c:2696
xReturn = pdFAIL;
tasks.c:2980
xReturn = pdFAIL;
tasks.c:4825
xReturn = pdFAIL;
tasks.c:4958
xReturn = pdFAIL;
tasks.c:5130
xReturn = pdFAIL;
timers.c:229
BaseType_t xReturn = pdFAIL;
timers.c:383
BaseType_t xReturn = pdFAIL;
timers.c:741
while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) /*lint !e603 xMessage does not have to be initialised as it is passed out, not in, and it is not used unless xQueueReceive() returns pdTRUE. */