xTASK_STATUS Struct Reference
#include <task.h>
Data Fields | |
| TaskHandle_t | xHandle |
| const char * | pcTaskName |
| UBaseType_t | xTaskNumber |
| eTaskState | eCurrentState |
| UBaseType_t | uxCurrentPriority |
| UBaseType_t | uxBasePriority |
| uint32_t | ulRunTimeCounter |
| StackType_t * | pxStackBase |
| uint16_t | usStackHighWaterMark |
Field Documentation
| eTaskState xTASK_STATUS::eCurrentState |
| const char* xTASK_STATUS::pcTaskName |
| StackType_t* xTASK_STATUS::pxStackBase |
| uint32_t xTASK_STATUS::ulRunTimeCounter |
| uint16_t xTASK_STATUS::usStackHighWaterMark |
| UBaseType_t xTASK_STATUS::uxBasePriority |
| UBaseType_t xTASK_STATUS::uxCurrentPriority |
| TaskHandle_t xTASK_STATUS::xHandle |
| UBaseType_t xTASK_STATUS::xTaskNumber |
The documentation for this struct was generated from the following file:
- /var/www/html/SJSU-DEV-Linux/firmware/default/lib/L1_FreeRTOS/include/task.h

1.8.11