|
Prusa MINI Firmware overview
|
#include <task.h>

Public Attributes | |
| 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 |
| TaskHandle_t xTASK_STATUS::xHandle |
| const char* xTASK_STATUS::pcTaskName |
| UBaseType_t xTASK_STATUS::xTaskNumber |
| eTaskState xTASK_STATUS::eCurrentState |
| UBaseType_t xTASK_STATUS::uxCurrentPriority |
| UBaseType_t xTASK_STATUS::uxBasePriority |
| uint32_t xTASK_STATUS::ulRunTimeCounter |
| StackType_t* xTASK_STATUS::pxStackBase |
| uint16_t xTASK_STATUS::usStackHighWaterMark |