Prusa MINI Firmware overview
xTASK_PARAMETERS Struct Reference

#include <task.h>

Collaboration diagram for xTASK_PARAMETERS:

Public Attributes

TaskFunction_t pvTaskCode
 
const char *const pcName
 
uint16_t usStackDepth
 
voidpvParameters
 
UBaseType_t uxPriority
 
StackType_tpuxStackBuffer
 
MemoryRegion_t xRegions [portNUM_CONFIGURABLE_REGIONS]
 

Member Data Documentation

◆ pvTaskCode

TaskFunction_t xTASK_PARAMETERS::pvTaskCode

◆ pcName

const char* const xTASK_PARAMETERS::pcName

◆ usStackDepth

uint16_t xTASK_PARAMETERS::usStackDepth

◆ pvParameters

void* xTASK_PARAMETERS::pvParameters

◆ uxPriority

UBaseType_t xTASK_PARAMETERS::uxPriority

◆ puxStackBuffer

StackType_t* xTASK_PARAMETERS::puxStackBuffer

◆ xRegions

MemoryRegion_t xTASK_PARAMETERS::xRegions[portNUM_CONFIGURABLE_REGIONS]