Searched refs:usStackDepth (Results 1 – 7 of 7) sorted by relevance
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/ |
HD | port.c | 309 uint32_t usStackDepth ) in vPortStoreTaskMPUSettings() argument 312 …PUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + usStackDepth - 1 )); in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/include/ |
HD | task.h | 147 configSTACK_DEPTH_TYPE usStackDepth; member 362 const configSTACK_DEPTH_TYPE usStackDepth,
|
HD | mpu_prototypes.h | 142 const uint16_t usStackDepth,
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
HD | portmacro.h | 518 uint32_t usStackDepth ) PRIVILEGED_FUNCTION;
|
/Kernel-v10.6.2/ |
HD | tasks.c | 655 ( uint32_t ) pxTaskDefinition->usStackDepth, in xTaskCreateRestrictedStatic() 706 ( uint32_t ) pxTaskDefinition->usStackDepth, in xTaskCreateRestricted() 727 const configSTACK_DEPTH_TYPE usStackDepth, in xTaskCreate() argument 752 …NewTCB->pxStack = ( StackType_t * ) pvPortMallocStack( ( ( ( size_t ) usStackDepth ) * sizeof( Sta… in xTaskCreate() 767 …pxStack = pvPortMallocStack( ( ( ( size_t ) usStackDepth ) * sizeof( StackType_t ) ) ); /*lint !e9… in xTaskCreate() 805 …prvInitialiseNewTask( pxTaskCode, pcName, ( uint32_t ) usStackDepth, pvParameters, uxPriority, pxC… in xTaskCreate()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 60 uint16_t usStackDepth, in MPU_xTaskCreate() argument 75 …xReturn = xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ); in MPU_xTaskCreate() 83 …xReturn = xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ); in MPU_xTaskCreate()
|
HD | mpu_wrappers_v2.c | 1575 uint16_t usStackDepth, in MPU_xTaskCreate() argument 1591 …xReturn = xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, &( xInternalTas… in MPU_xTaskCreate()
|