pdTRUE is only used within threadx.
 
Symbols
loading...
Files
loading...

pdTRUE macro

Syntax

#define pdTRUE ((BaseType_t)1)

References

LocationText
FreeRTOS.h:263
#define pdTRUE ((BaseType_t)1)
FreeRTOS.h:265
#define pdPASS (pdTRUE)
tx_freertos.c:999
ret_val = pdTRUE;
tx_freertos.c:1281
return pdTRUE;
tx_freertos.c:1300
return pdTRUE;
tx_freertos.c:1329
return pdTRUE;
tx_freertos.c:1346
return pdTRUE;
tx_freertos.c:1383
return pdTRUE;
tx_freertos.c:1888
return pdTRUE;
tx_freertos.c:1908
return pdTRUE;
tx_freertos.c:2359
return pdTRUE;
tx_freertos.c:2642
type = pdTRUE;