Home
last modified time | relevance | path

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/
Dcpu_util_esp32c3.c90 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/
Dcpu_util_esp32h2.c90 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/
Dsoc_memory_types.h57 || (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/
Dgdbstub_esp32c3.c35 {SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH},
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c34 {SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH},
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h234 #define SOC_RTC_IRAM_HIGH 0x50002000 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h257 #define SOC_RTC_IRAM_HIGH 0x50002000 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h260 #define SOC_RTC_IRAM_HIGH 0x60100000 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h275 #define SOC_RTC_IRAM_HIGH 0x40072000 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h248 #define SOC_RTC_IRAM_HIGH 0x400C2000 macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h351 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/
Desp_image_format.c699 if (load_addr >= SOC_RTC_IRAM_LOW && load_addr < SOC_RTC_IRAM_HIGH) { in should_load()