Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/soc/include/soc/
Dsoc_memory_layout.h184 r |= (ip >= SOC_RTC_DRAM_LOW && ip < SOC_RTC_DRAM_HIGH); in esp_ptr_byte_accessible()
204 r |= ((intptr_t)p >= SOC_RTC_DRAM_LOW && (intptr_t)p < SOC_RTC_DRAM_HIGH); in esp_ptr_internal()
247 return ((intptr_t)p >= SOC_RTC_DRAM_LOW && (intptr_t)p < SOC_RTC_DRAM_HIGH); in esp_ptr_in_rtc_dram_fast()
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_common_loader.c144 #define RTC_RETAIN_MEM_ADDR (SOC_RTC_DRAM_HIGH - sizeof(rtc_retain_mem_t))
Desp_image_format.c722 if (load_addr >= SOC_RTC_DRAM_LOW && load_addr < SOC_RTC_DRAM_HIGH) { in should_load()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc.h254 #define SOC_RTC_DRAM_HIGH 0x3FF82000 macro