Microchip® Advanced Software Framework

xTASK_STATUS Struct Reference

#include <task.h>

Data Fields

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

Referenced by vTaskGetInfo().

const char* xTASK_STATUS::pcTaskName

Referenced by vTaskGetInfo().

StackType_t* xTASK_STATUS::pxStackBase

Referenced by vTaskGetInfo().

uint32_t xTASK_STATUS::ulRunTimeCounter

Referenced by vTaskGetInfo().

uint16_t xTASK_STATUS::usStackHighWaterMark

Referenced by vTaskGetInfo().

UBaseType_t xTASK_STATUS::uxBasePriority

Referenced by vTaskGetInfo().

UBaseType_t xTASK_STATUS::uxCurrentPriority

Referenced by vTaskGetInfo().

TaskHandle_t xTASK_STATUS::xHandle

Referenced by vTaskGetInfo().

UBaseType_t xTASK_STATUS::xTaskNumber

Referenced by vTaskGetInfo().