FreeRTOS + 0/9 examples
CodeScope will show references to xTASK_PARAMETERS from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
STM32469I-Discovery
Applications
FreeRTOS
STM32469I_EVAL
Applications
FreeRTOS
STM324x9I_EVAL
Applications
FreeRTOS
STM324xG_EVAL
Applications
FreeRTOS
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413H-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429I-Discovery
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

xTASK_PARAMETERS struct

Syntax

typedef struct xTASK_PARAMETERS {     TaskFunction_t pvTaskCode;     const char * const pcName;         configSTACK_DEPTH_TYPE usStackDepth;     void *pvParameters;     UBaseType_t uxPriority;     StackType_t *puxStackBuffer;     MemoryRegion_t xRegions[ portNUM_CONFIGURABLE_REGIONS ];     #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )         StaticTask_t * const pxTaskBuffer;     #endif } TaskParameters_t;

Fields

pvTaskCode

No summary provided. Read more...

pcName

No summary provided. Read more...

usStackDepth

No summary provided. Read more...

pvParameters

No summary provided. Read more...

uxPriority

No summary provided. Read more...

puxStackBuffer

No summary provided. Read more...

xRegions

No summary provided. Read more...

Examples

xTASK_PARAMETERS is referenced by 9 libraries and example projects.

Type Use

all items filtered out
xTASK_PARAMETERS
all items filtered out