Searched refs:puxStackBuffer (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 154 StackType_t * puxStackBuffer; member 517 StackType_t * const puxStackBuffer, 527 StackType_t * const puxStackBuffer,
|
A D | mpu_prototypes.h | 152 StackType_t * const puxStackBuffer, 181 StackType_t * const puxStackBuffer,
|
A D | FreeRTOS.h | 1698 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument 1706 …nitySet( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… argument
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 741 StackType_t * const puxStackBuffer, 1281 StackType_t * const puxStackBuffer, in prvCreateStaticTask() argument 1287 configASSERT( puxStackBuffer != NULL ); in prvCreateStaticTask() 1301 if( ( pxTaskBuffer != NULL ) && ( puxStackBuffer != NULL ) ) in prvCreateStaticTask() 1310 pxNewTCB->pxStack = ( StackType_t * ) puxStackBuffer; in prvCreateStaticTask() 1336 StackType_t * const puxStackBuffer, in xTaskCreateStatic() argument 1412 configASSERT( pxTaskDefinition->puxStackBuffer != NULL ); in prvCreateRestrictedStaticTask() 1424 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in prvCreateRestrictedStaticTask() 1528 configASSERT( pxTaskDefinition->puxStackBuffer ); in prvCreateRestrictedTask() 1530 if( pxTaskDefinition->puxStackBuffer != NULL ) in prvCreateRestrictedTask() [all …]
|
/FreeRTOS-Kernel/portable/Common/ |
A 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()
|
A 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()
|
Completed in 46 milliseconds