Home
last modified time | relevance | path

Searched refs:SOC_IROM_MASK_HIGH (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Dcpu_util_esp32c3.c66 PMP_ENTRY_SET(6, SOC_IROM_MASK_HIGH, RX); in esp_cpu_configure_region_protection()
68 _Static_assert(SOC_IROM_MASK_LOW < SOC_IROM_MASK_HIGH, "Invalid mask IROM region"); in esp_cpu_configure_region_protection()
72 _Static_assert(SOC_IROM_MASK_HIGH < SOC_IRAM_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.c66 PMP_ENTRY_SET(6, SOC_IROM_MASK_HIGH, RX); in esp_cpu_configure_region_protection()
68 _Static_assert(SOC_IROM_MASK_LOW < SOC_IROM_MASK_HIGH, "Invalid mask IROM region"); in esp_cpu_configure_region_protection()
72 _Static_assert(SOC_IROM_MASK_HIGH < SOC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
/hal_espressif-3.6.0/components/esp_gdbstub/esp32c3/
Dgdbstub_esp32c3.c33 {SOC_IROM_MASK_LOW, SOC_IROM_MASK_HIGH},
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c32 {SOC_IROM_MASK_LOW, SOC_IROM_MASK_HIGH},
/hal_espressif-3.6.0/components/soc/include/soc/
Dsoc_memory_types.h53 || (ip >= SOC_IROM_MASK_LOW && ip < SOC_IROM_MASK_HIGH) in esp_ptr_executable()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h226 #define SOC_IROM_MASK_HIGH 0x40060000 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h249 #define SOC_IROM_MASK_HIGH 0x40060000 macro
/hal_espressif-3.6.0/components/newlib/test/
Dtest_newlib.c123 return (fnaddr >= SOC_IROM_MASK_LOW && fnaddr < SOC_IROM_MASK_HIGH); in fn_in_rom()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h270 #define SOC_IROM_MASK_HIGH 0x4001A100 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h269 #define SOC_IROM_MASK_HIGH 0x40020000 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h240 #define SOC_IROM_MASK_HIGH 0x40064F00 macro