FreeRTOS Tetris
Data Fields
xTASK_PARAMETERS Struct Reference

#include <task.h>

Collaboration diagram for xTASK_PARAMETERS:
Collaboration graph

Data Fields

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

Detailed Description

Parameters required to create an MPU protected task.


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