#include <task.h>
Definition at line 111 of file task.h.
Data Fields | |
| const signed char *const | pcName |
| portSTACK_TYPE * | puxStackBuffer |
| void * | pvParameters |
| pdTASK_CODE | pvTaskCode |
| unsigned short | usStackDepth |
| unsigned portBASE_TYPE | uxPriority |
| xMemoryRegion | xRegions [portNUM_CONFIGURABLE_REGIONS] |
| const signed char* const xTASK_PARAMTERS::pcName |
| portSTACK_TYPE* xTASK_PARAMTERS::puxStackBuffer |
| unsigned short xTASK_PARAMTERS::usStackDepth |
| unsigned portBASE_TYPE xTASK_PARAMTERS::uxPriority |
| xMemoryRegion xTASK_PARAMTERS::xRegions[portNUM_CONFIGURABLE_REGIONS] |
1.5.5