#include <task.h>
Public Attributes | |
eTaskState | eCurrentState |
const char * | pcTaskName |
StackType_t * | pxStackBase |
uint32_t | ulRunTimeCounter |
uint16_t | usStackHighWaterMark |
UBaseType_t | uxBasePriority |
UBaseType_t | uxCurrentPriority |
TaskHandle_t | xHandle |
UBaseType_t | xTaskNumber |
eTaskState xTASK_STATUS::eCurrentState |
StackType_t* xTASK_STATUS::pxStackBase |
UBaseType_t xTASK_STATUS::uxBasePriority |
UBaseType_t xTASK_STATUS::uxCurrentPriority |
TaskHandle_t xTASK_STATUS::xHandle |
UBaseType_t xTASK_STATUS::xTaskNumber |