Public Attributes | List of all members
xTASK_PARAMETERS Struct Reference

#include <task.h>

Public Attributes

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

Detailed Description

Definition at line 113 of file task.h.

Member Data Documentation

◆ pcName

const char* const xTASK_PARAMETERS::pcName

Definition at line 116 of file task.h.

◆ puxStackBuffer

StackType_t* xTASK_PARAMETERS::puxStackBuffer

Definition at line 120 of file task.h.

◆ pvParameters

void* xTASK_PARAMETERS::pvParameters

Definition at line 118 of file task.h.

◆ pvTaskCode

TaskFunction_t xTASK_PARAMETERS::pvTaskCode

Definition at line 115 of file task.h.

◆ usStackDepth

uint16_t xTASK_PARAMETERS::usStackDepth

Definition at line 117 of file task.h.

◆ uxPriority

UBaseType_t xTASK_PARAMETERS::uxPriority

Definition at line 119 of file task.h.

◆ xRegions

MemoryRegion_t xTASK_PARAMETERS::xRegions[portNUM_CONFIGURABLE_REGIONS]

Definition at line 121 of file task.h.


The documentation for this struct was generated from the following file:


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03