Prusa MINI Firmware overview
xTASK_STATUS Struct Reference

#include <task.h>

Collaboration diagram for xTASK_STATUS:

Public Attributes

TaskHandle_t xHandle
 
const char * pcTaskName
 
UBaseType_t xTaskNumber
 
eTaskState eCurrentState
 
UBaseType_t uxCurrentPriority
 
UBaseType_t uxBasePriority
 
uint32_t ulRunTimeCounter
 
StackType_tpxStackBase
 
uint16_t usStackHighWaterMark
 

Member Data Documentation

◆ xHandle

TaskHandle_t xTASK_STATUS::xHandle

◆ pcTaskName

const char* xTASK_STATUS::pcTaskName

◆ xTaskNumber

UBaseType_t xTASK_STATUS::xTaskNumber

◆ eCurrentState

eTaskState xTASK_STATUS::eCurrentState

◆ uxCurrentPriority

UBaseType_t xTASK_STATUS::uxCurrentPriority

◆ uxBasePriority

UBaseType_t xTASK_STATUS::uxBasePriority

◆ ulRunTimeCounter

uint32_t xTASK_STATUS::ulRunTimeCounter

◆ pxStackBase

StackType_t* xTASK_STATUS::pxStackBase

◆ usStackHighWaterMark

uint16_t xTASK_STATUS::usStackHighWaterMark