Home
last modified time | relevance | path

Searched refs:puxStackBuffer (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.0.1/
Dtasks.c717 StackType_t * const puxStackBuffer,
1251 StackType_t * const puxStackBuffer, in prvCreateStaticTask() argument
1257 configASSERT( puxStackBuffer != NULL ); in prvCreateStaticTask()
1271 if( ( pxTaskBuffer != NULL ) && ( puxStackBuffer != NULL ) ) in prvCreateStaticTask()
1280 pxNewTCB->pxStack = ( StackType_t * ) puxStackBuffer; in prvCreateStaticTask()
1306 StackType_t * const puxStackBuffer, in xTaskCreateStatic() argument
1312 …eStatic( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in xTaskCreateStatic()
1314 …ticTask( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… in xTaskCreateStatic()
1344 StackType_t * const puxStackBuffer, in xTaskCreateStaticAffinitySet() argument
1351 …nitySet( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… in xTaskCreateStaticAffinitySet()
[all …]
/Kernel-v11.0.1/include/
Dtask.h151 StackType_t * puxStackBuffer; member
513 StackType_t * const puxStackBuffer,
523 StackType_t * const puxStackBuffer,
Dmpu_prototypes.h150 StackType_t * const puxStackBuffer,
DFreeRTOS.h1621 …eStatic( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument
1629 …nitySet( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… argument
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c97 StackType_t * const puxStackBuffer, in MPU_xTaskCreateStatic() argument
110 …eStatic( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic()
118 …eStatic( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic()
Dmpu_wrappers_v2.c1591 StackType_t * const puxStackBuffer, in MPU_xTaskCreateStatic() argument
1602 …eStatic( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic()