Searched refs:SOC_RTC_IRAM_HIGH (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | cpu_util_esp32c3.c | 90 PMP_ENTRY_SET(11, SOC_RTC_IRAM_HIGH, RWX); in esp_cpu_configure_region_protection() 91 _Static_assert(SOC_RTC_IRAM_LOW < SOC_RTC_IRAM_HIGH, "Invalid RTC IRAM region"); in esp_cpu_configure_region_protection() 95 _Static_assert(SOC_RTC_IRAM_HIGH < SOC_PERIPHERAL_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | cpu_util_esp32h2.c | 90 PMP_ENTRY_SET(11, SOC_RTC_IRAM_HIGH, RWX); in esp_cpu_configure_region_protection() 91 _Static_assert(SOC_RTC_IRAM_LOW < SOC_RTC_IRAM_HIGH, "Invalid RTC IRAM region"); in esp_cpu_configure_region_protection() 95 _Static_assert(SOC_RTC_IRAM_HIGH < SOC_PERIPHERAL_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
|
/hal_espressif-3.6.0/components/soc/include/soc/ |
D | soc_memory_types.h | 57 || (ip >= SOC_RTC_IRAM_LOW && ip < SOC_RTC_IRAM_HIGH); in esp_ptr_executable() 128 return ((intptr_t)p >= SOC_RTC_IRAM_LOW && (intptr_t)p < SOC_RTC_IRAM_HIGH); in esp_ptr_in_rtc_iram_fast()
|
/hal_espressif-3.6.0/components/esp_gdbstub/esp32c3/ |
D | gdbstub_esp32c3.c | 35 {SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH},
|
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/ |
D | gdbstub_esp32h2.c | 34 {SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH},
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | soc.h | 234 #define SOC_RTC_IRAM_HIGH 0x50002000 macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | soc.h | 257 #define SOC_RTC_IRAM_HIGH 0x50002000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | soc.h | 260 #define SOC_RTC_IRAM_HIGH 0x60100000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 275 #define SOC_RTC_IRAM_HIGH 0x40072000 macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 248 #define SOC_RTC_IRAM_HIGH 0x400C2000 macro
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 351 if (addr < SOC_RTC_IRAM_LOW || addr >= SOC_RTC_IRAM_HIGH) { in memprot_ll_set_rtcfast_split_line()
|
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | esp_image_format.c | 699 if (load_addr >= SOC_RTC_IRAM_LOW && load_addr < SOC_RTC_IRAM_HIGH) { in should_load()
|