Home
last modified time | relevance | path

Searched refs:SOC_CACHE_APP_HIGH (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c135 SOC_RESERVE_MEMORY_REGION(SOC_CACHE_APP_LOW, SOC_CACHE_APP_HIGH, cpu1_cache);
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h220 || (ip >= SOC_CACHE_APP_LOW && ip < SOC_CACHE_APP_HIGH) in esp_ptr_executable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h183 #define SOC_CACHE_APP_HIGH 0x40080000 macro