Searched refs:SOC_RTC_DRAM_LOW (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/heap/port/esp32s2/ |
D | memory_layout.c | 107 { SOC_RTC_DRAM_LOW, 0x2000, 5, 0}, //RTC Fast Memory 148 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_noinit_end, rtcram_data); 150 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_force_fast_end, rtcram_data);
|
/hal_espressif-latest/components/heap/port/esp32/ |
D | memory_layout.c | 122 { SOC_RTC_DRAM_LOW, 0x2000, 16, 0}, //RTC Fast Memory 194 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_noinit_end, rtcram_data); 196 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_force_fast_end, rtcram_data);
|
/hal_espressif-latest/components/heap/port/esp32s3/ |
D | memory_layout.c | 149 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_noinit_end, rtcram_data); 151 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_force_fast_end, rtcram_data);
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_memory_utils.c | 41 r |= (ip >= SOC_RTC_DRAM_LOW && ip < SOC_RTC_DRAM_HIGH); in esp_ptr_byte_accessible()
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_memory_utils.h | 116 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/heap/port/esp32c6/ |
D | memory_layout.c | 105 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_force_slow_end, rtcram_data);
|
/hal_espressif-latest/components/heap/port/esp32h2/ |
D | memory_layout.c | 104 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_force_slow_end, rtcram_data);
|
/hal_espressif-latest/components/bootloader_support/include/ |
D | bootloader_memory_utils.h | 116 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/heap/port/esp32c3/ |
D | memory_layout.c | 108 SOC_RESERVE_MEMORY_REGION(SOC_RTC_DRAM_LOW, (intptr_t)&_rtc_force_slow_end, rtcram_data);
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc.h | 171 #define SOC_RTC_DRAM_LOW 0x50000000 macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc.h | 171 #define SOC_RTC_DRAM_LOW 0x3ff9e000 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 169 #define SOC_RTC_DRAM_LOW 0x50000000 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 168 #define SOC_RTC_DRAM_LOW 0x50000000 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc.h | 181 #define SOC_RTC_DRAM_LOW 0x600FE000 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc.h | 188 #define SOC_RTC_DRAM_LOW 0x3FF80000 macro
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | esp_image_format.c | 796 if (load_addr >= SOC_RTC_DRAM_LOW && load_addr < SOC_RTC_DRAM_HIGH) { in should_load()
|