Home
last modified time | relevance | path

Searched refs:portUSING_MPU_WRAPPERS (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/freertos/port/xtensa/include/freertos/
Dportmacro.h668 #if portUSING_MPU_WRAPPERS
675 #if (XCHAL_CP_NUM > 0) && !portUSING_MPU_WRAPPERS // If MPU wrappers not used, we still need to a…
676 #undef portUSING_MPU_WRAPPERS
677 #define portUSING_MPU_WRAPPERS 1 // Enable it to allocate coproc area macro
692 #if( portUSING_MPU_WRAPPERS == 1 )
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dportable.h108 #if ( portUSING_MPU_WRAPPERS == 1 )
227 #if ( portUSING_MPU_WRAPPERS == 1 )
Dmpu_wrappers.h32 #if portUSING_MPU_WRAPPERS
180 #define portUSING_MPU_WRAPPERS 0 macro
Dtask.h149 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
701 #if ( portUSING_MPU_WRAPPERS == 1 )
795 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
DFreeRTOS.h1141 …( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPOR…
1142 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
1208 #if ( portUSING_MPU_WRAPPERS == 1 )
/hal_espressif-3.4.0/components/freertos/port/xtensa/
Dport.c139 #if portUSING_MPU_WRAPPERS
430 #if portUSING_MPU_WRAPPERS
/hal_espressif-3.4.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h93 #define portUSING_MPU_WRAPPERS 0 macro
/hal_espressif-3.4.0/components/freertos/
Dtasks.c282 #if ( portUSING_MPU_WRAPPERS == 1 )
721 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
769 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
931 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvInitialiseNewTask()
1074 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvInitialiseNewTask()
1122 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvInitialiseNewTask()
4154 #if ( portUSING_MPU_WRAPPERS == 1 )
4548 #if ( portUSING_MPU_WRAPPERS == 1 ) in prvDeleteTCB()
4552 …_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( portUSING_MPU_WRAPPERS == 0 ) ) in prvDeleteTCB()