Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Desp_memory_utils.c41 r |= (ip >= SOC_RTC_DRAM_LOW && ip < SOC_RTC_DRAM_HIGH); in esp_ptr_byte_accessible()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h116 return ((intptr_t)p >= SOC_RTC_DRAM_LOW && (intptr_t)p < SOC_RTC_DRAM_HIGH); in esp_ptr_in_rtc_dram_fast()
257 r |= ((intptr_t)p >= SOC_RTC_DRAM_LOW && (intptr_t)p < SOC_RTC_DRAM_HIGH); in esp_ptr_internal()
/hal_espressif-latest/components/bootloader_support/include/
Dbootloader_memory_utils.h116 return ((intptr_t)p >= SOC_RTC_DRAM_LOW && (intptr_t)p < SOC_RTC_DRAM_HIGH); in esp_ptr_in_rtc_dram_fast()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_common_loader.c216 #define RTC_RETAIN_MEM_ADDR (SOC_RTC_DRAM_HIGH - sizeof(rtc_retain_mem_t)) in bootloader_common_get_rtc_retain_mem()
Desp_image_format.c796 if (load_addr >= SOC_RTC_DRAM_LOW && load_addr < SOC_RTC_DRAM_HIGH) { in should_load()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h172 #define SOC_RTC_DRAM_HIGH 0x50004000 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h172 #define SOC_RTC_DRAM_HIGH 0x3ffa0000 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h170 #define SOC_RTC_DRAM_HIGH 0x50001000 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h169 #define SOC_RTC_DRAM_HIGH 0x50002000 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h182 #define SOC_RTC_DRAM_HIGH 0x60100000 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h189 #define SOC_RTC_DRAM_HIGH 0x3FF82000 macro
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in101 …org = 0x3ff80000 + 0x2000 - ESP_BOOTLOADER_RESERVE_RTC == SOC_RTC_DRAM_HIGH - sizeof(rtc_retain_me…