xTASK_PARAMETERS::puxStackBuffer is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSxTASK_PARAMETERS::puxStackBuffer

xTASK_PARAMETERS::puxStackBuffer field

Syntax

StackType_t *puxStackBuffer;

References

LocationReferrerText
task.h:128
StackType_t *puxStackBuffer;
tasks.c:689xTaskCreateRestricted()
configASSERT( pxTaskDefinition->puxStackBuffer );
tasks.c:691xTaskCreateRestricted()
if( pxTaskDefinition->puxStackBuffer != NULL )
tasks.c:701xTaskCreateRestricted()
pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer;

Data Use

Functions reading xTASK_PARAMETERS::puxStackBuffer
xTASK_PARAMETERS::puxStackBuffer
all items filtered out
Type of xTASK_PARAMETERS::puxStackBuffer
xTASK_PARAMETERS::puxStackBuffer
all items filtered out