Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h154 StackType_t * puxStackBuffer; member
517 StackType_t * const puxStackBuffer,
527 StackType_t * const puxStackBuffer,
A Dmpu_prototypes.h152 StackType_t * const puxStackBuffer,
181 StackType_t * const puxStackBuffer,
A DFreeRTOS.h1698 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument
1706 …nitySet( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… argument
/FreeRTOS-Kernel/
A Dtasks.c741 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 Dmpu_wrappers.c97 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 Dmpu_wrappers_v2.c1596 StackType_t * const puxStackBuffer, in MPU_xTaskCreateStatic() argument
1607 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer … in MPU_xTaskCreateStatic()

Completed in 46 milliseconds