Macros | |
#define | errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY ( -1 ) |
#define | errQUEUE_BLOCKED ( -4 ) |
#define | errQUEUE_EMPTY ( ( BaseType_t ) 0 ) |
#define | errQUEUE_FULL ( ( BaseType_t ) 0 ) |
#define | errQUEUE_YIELD ( -5 ) |
#define | pdFAIL ( pdFALSE ) |
#define | pdFALSE ( ( BaseType_t ) 0 ) |
#define | pdPASS ( pdTRUE ) |
#define | pdTRUE ( ( BaseType_t ) 1 ) |
Typedefs | |
typedef void(* | TaskFunction_t )(void *) |
#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY ( -1 ) |
#define errQUEUE_BLOCKED ( -4 ) |
#define errQUEUE_EMPTY ( ( BaseType_t ) 0 ) |
#define errQUEUE_FULL ( ( BaseType_t ) 0 ) |
#define errQUEUE_YIELD ( -5 ) |
#define pdFAIL ( pdFALSE ) |
#define pdFALSE ( ( BaseType_t ) 0 ) |
#define pdPASS ( pdTRUE ) |
#define pdTRUE ( ( BaseType_t ) 1 ) |
typedef void(* TaskFunction_t)(void *) |