Go to the documentation of this file.
72 #define pdFALSE ( ( portBASE_TYPE ) 0 )
73 #define pdTRUE ( ( portBASE_TYPE ) 1 )
75 #define pdPASS ( pdTRUE )
76 #define pdFAIL ( pdFALSE )
77 #define errQUEUE_EMPTY ( ( portBASE_TYPE ) 0 )
78 #define errQUEUE_FULL ( ( portBASE_TYPE ) 0 )
81 #define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY ( -1 )
82 #define errNO_TASK_TO_RUN ( -2 )
83 #define errQUEUE_BLOCKED ( -4 )
84 #define errQUEUE_YIELD ( -5 )