Struct xTASK_STATUS
Public Attributes
Type | Name |
---|---|
eTaskState | eCurrentState |
const char * | pcTaskName |
StackType_t * | pxStackBase |
uint32_t | ulRunTimeCounter |
configSTACK_DEPTH_TYPE | usStackHighWaterMark |
UBaseType_t | uxBasePriority |
UBaseType_t | uxCurrentPriority |
TaskHandle_t | xHandle |
UBaseType_t | xTaskNumber |
Public Attributes Documentation
variable eCurrentState
eTaskState xTASK_STATUS::eCurrentState;
variable pcTaskName
const char* xTASK_STATUS::pcTaskName;
variable pxStackBase
StackType_t* xTASK_STATUS::pxStackBase;
variable ulRunTimeCounter
uint32_t xTASK_STATUS::ulRunTimeCounter;
variable usStackHighWaterMark
configSTACK_DEPTH_TYPE xTASK_STATUS::usStackHighWaterMark;
variable uxBasePriority
UBaseType_t xTASK_STATUS::uxBasePriority;
variable uxCurrentPriority
UBaseType_t xTASK_STATUS::uxCurrentPriority;
variable xHandle
TaskHandle_t xTASK_STATUS::xHandle;
variable xTaskNumber
UBaseType_t xTASK_STATUS::xTaskNumber;
The documentation for this class was generated from the following file fw/rbcx-coprocessor/lib/FreeRTOS/include/task.h