Struct xTASK_PARAMETERS
Public Attributes
Type | Name |
---|---|
const char *const | pcName |
StackType_t * | puxStackBuffer |
void * | pvParameters |
TaskFunction_t | pvTaskCode |
configSTACK_DEPTH_TYPE | usStackDepth |
UBaseType_t | uxPriority |
MemoryRegion_t | xRegions |
Public Attributes Documentation
variable pcName
const char* const xTASK_PARAMETERS::pcName;
variable puxStackBuffer
StackType_t* xTASK_PARAMETERS::puxStackBuffer;
variable pvParameters
void* xTASK_PARAMETERS::pvParameters;
variable pvTaskCode
TaskFunction_t xTASK_PARAMETERS::pvTaskCode;
variable usStackDepth
configSTACK_DEPTH_TYPE xTASK_PARAMETERS::usStackDepth;
variable uxPriority
UBaseType_t xTASK_PARAMETERS::uxPriority;
variable xRegions
MemoryRegion_t xTASK_PARAMETERS::xRegions[portNUM_CONFIGURABLE_REGIONS];
The documentation for this class was generated from the following file fw/rbcx-coprocessor/lib/FreeRTOS/include/task.h