Searched refs:puxStackBuffer (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | tasks.c | 724 StackType_t * const puxStackBuffer, 1259 StackType_t * const puxStackBuffer, in prvCreateStaticTask() argument 1265 configASSERT( puxStackBuffer != NULL ); in prvCreateStaticTask() 1279 if( ( pxTaskBuffer != NULL ) && ( puxStackBuffer != NULL ) ) in prvCreateStaticTask() 1288 pxNewTCB->pxStack = ( StackType_t * ) puxStackBuffer; in prvCreateStaticTask() 1314 StackType_t * const puxStackBuffer, in xTaskCreateStatic() argument 1320 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in xTaskCreateStatic() 1322 …ticTask( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… in xTaskCreateStatic() 1352 StackType_t * const puxStackBuffer, in xTaskCreateStaticAffinitySet() argument 1359 …nitySet( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… in xTaskCreateStaticAffinitySet() [all …]
|
/Kernel-v11.1.0/include/ |
D | task.h | 151 StackType_t * puxStackBuffer; member 514 StackType_t * const puxStackBuffer, 524 StackType_t * const puxStackBuffer,
|
D | mpu_prototypes.h | 150 StackType_t * const puxStackBuffer,
|
D | FreeRTOS.h | 1673 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument 1681 …nitySet( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 97 StackType_t * const puxStackBuffer, in MPU_xTaskCreateStatic() argument 110 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic() 118 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic()
|
D | mpu_wrappers_v2.c | 1596 StackType_t * const puxStackBuffer, in MPU_xTaskCreateStatic() argument 1607 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic()
|