Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h154 StaticTask_t * const pxTaskBuffer; member
515 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
525 StaticTask_t * const pxTaskBuffer,
Dmpu_prototypes.h151 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
DFreeRTOS.h1673 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument
1681 …Code, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, uxCoreAffinity… argument
/Kernel-v11.1.0/
Dtasks.c725 StaticTask_t * const pxTaskBuffer,
1260 StaticTask_t * const pxTaskBuffer, in prvCreateStaticTask() argument
1266 configASSERT( pxTaskBuffer != NULL ); in prvCreateStaticTask()
1279 if( ( pxTaskBuffer != NULL ) && ( puxStackBuffer != NULL ) ) in prvCreateStaticTask()
1286 pxNewTCB = ( TCB_t * ) pxTaskBuffer; in prvCreateStaticTask()
1315 StaticTask_t * const pxTaskBuffer ) in xTaskCreateStatic() argument
1320 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in xTaskCreateStatic()
1322 …TaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, &xReturn ); in xTaskCreateStatic()
1353 StaticTask_t * const pxTaskBuffer, in xTaskCreateStaticAffinitySet() argument
1359 …Code, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, uxCoreAffinity… in xTaskCreateStaticAffinitySet()
[all …]
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c98 … StaticTask_t * const pxTaskBuffer ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCreateStatic() argument
110 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()
118 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()
Dmpu_wrappers_v2.c1597 … StaticTask_t * const pxTaskBuffer ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskCreateStatic() argument
1607 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()