uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xTASK_PARAMTERS Struct Reference

#include <task.h>

Public Attributes

pdTASK_CODE pvTaskCode
 
const signed char *const pcName
 
unsigned short usStackDepth
 
void * pvParameters
 
unsigned portBASE_TYPE uxPriority
 
portSTACK_TYPEpuxStackBuffer
 
xMemoryRegion xRegions [portNUM_CONFIGURABLE_REGIONS]
 

Detailed Description

Definition at line 111 of file task.h.

Member Data Documentation

const signed char* const xTASK_PARAMTERS::pcName

Definition at line 114 of file task.h.

portSTACK_TYPE* xTASK_PARAMTERS::puxStackBuffer

Definition at line 118 of file task.h.

void* xTASK_PARAMTERS::pvParameters

Definition at line 116 of file task.h.

pdTASK_CODE xTASK_PARAMTERS::pvTaskCode

Definition at line 113 of file task.h.

unsigned short xTASK_PARAMTERS::usStackDepth

Definition at line 115 of file task.h.

unsigned portBASE_TYPE xTASK_PARAMTERS::uxPriority

Definition at line 117 of file task.h.

xMemoryRegion xTASK_PARAMTERS::xRegions[portNUM_CONFIGURABLE_REGIONS]

Definition at line 119 of file task.h.


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