Home
last modified time | relevance | path

Searched refs:SOC_CACHE_APP_LOW (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h43 return ((intptr_t)p >= SOC_CACHE_APP_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
219 #if defined(SOC_CACHE_APP_LOW) && defined(CONFIG_FREERTOS_UNICORE) in esp_ptr_executable()
220 || (ip >= SOC_CACHE_APP_LOW && ip < SOC_CACHE_APP_HIGH) in esp_ptr_executable()
/hal_espressif-latest/components/bootloader_support/include/
Dbootloader_memory_utils.h43 return ((intptr_t)p >= SOC_CACHE_APP_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
/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/soc/esp32/include/soc/
Dsoc.h182 #define SOC_CACHE_APP_LOW 0x40078000 macro