/FreeRTOS-Kernel/ |
A D | tasks.c | 718 const configSTACK_DEPTH_TYPE uxStackDepth, 738 const configSTACK_DEPTH_TYPE uxStackDepth, 772 const configSTACK_DEPTH_TYPE uxStackDepth, 1278 const configSTACK_DEPTH_TYPE uxStackDepth, in prvCreateStaticTask() argument 1333 const configSTACK_DEPTH_TYPE uxStackDepth, in xTaskCreateStatic() argument 1371 const configSTACK_DEPTH_TYPE uxStackDepth, in xTaskCreateStaticAffinitySet() argument 1644 const configSTACK_DEPTH_TYPE uxStackDepth, in prvCreateTask() argument 1742 const configSTACK_DEPTH_TYPE uxStackDepth, in xTaskCreate() argument 1780 const configSTACK_DEPTH_TYPE uxStackDepth, in xTaskCreateAffinitySet() argument 1817 const configSTACK_DEPTH_TYPE uxStackDepth, in prvInitialiseNewTask() argument [all …]
|
/FreeRTOS-Kernel/include/ |
A D | task.h | 387 const configSTACK_DEPTH_TYPE uxStackDepth, 396 const configSTACK_DEPTH_TYPE uxStackDepth, 514 const configSTACK_DEPTH_TYPE uxStackDepth, 524 const configSTACK_DEPTH_TYPE uxStackDepth,
|
A D | mpu_prototypes.h | 143 const configSTACK_DEPTH_TYPE uxStackDepth, 149 const configSTACK_DEPTH_TYPE uxStackDepth, 172 const configSTACK_DEPTH_TYPE uxStackDepth, 178 const configSTACK_DEPTH_TYPE uxStackDepth,
|
A D | portable.h | 250 configSTACK_DEPTH_TYPE uxStackDepth ) PRIVILEGED_FUNCTION;
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/ |
A D | port.c | 311 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 314 …USettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + uxStackDepth - 1 ) ); in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/ |
A D | port.c | 1130 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1175 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1186 …( prvGetMPURegionSizeSetting( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1192 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | port.c | 1240 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1297 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1308 …( prvGetMPURegionSizeSetting ( ( uint32_t ) ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( St… in vPortStoreTaskMPUSettings() 1313 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | port.c | 1382 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1439 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1450 …( prvGetMPURegionSizeSetting( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1456 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 60 const configSTACK_DEPTH_TYPE uxStackDepth, in MPU_xTaskCreate() argument 75 …xReturn = xTaskCreate( pvTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, pxCreatedTask ); in MPU_xTaskCreate() 83 …xReturn = xTaskCreate( pvTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, pxCreatedTask ); in MPU_xTaskCreate() 94 const configSTACK_DEPTH_TYPE uxStackDepth, in MPU_xTaskCreateStatic() argument 110 …xReturn = xTaskCreateStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackB… in MPU_xTaskCreateStatic() 118 …xReturn = xTaskCreateStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackB… in MPU_xTaskCreateStatic()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/ |
A D | port.c | 1359 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1411 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1422 … ( prvGetMPURegionSizeSetting( uxStackDepth * ( uint32_t ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/ |
A D | port.c | 1383 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1430 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1441 …( prvGetMPURegionSizeSetting( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) ) | in vPortStoreTaskMPUSettings() 1447 … ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) sizeof( StackType_t ) ) - 1UL ); in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
A D | portmacro.h | 525 configSTACK_DEPTH_TYPE uxStackDepth ) PRIVILEGED_FUNCTION;
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | port.c | 1870 configSTACK_DEPTH_TYPE uxStackDepth ) in vPortStoreTaskMPUSettings() argument 1895 if( uxStackDepth > 0 ) in vPortStoreTaskMPUSettings() 1898 …ulRegionEndAddress = ( uint32_t ) pxBottomOfStack + ( uxStackDepth * ( configSTACK_DEPTH_TYPE ) si… in vPortStoreTaskMPUSettings()
|