Home
last modified time | relevance | path

Searched refs:SOC_DRAM_HIGH (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Dcpu_util_esp32c3.c53 PMP_ENTRY_SET(4, SOC_DRAM_HIGH, RW); in esp_cpu_configure_region_protection()
54 _Static_assert(SOC_DRAM_LOW < SOC_DRAM_HIGH, "Invalid DRAM region"); in esp_cpu_configure_region_protection()
60 _Static_assert(SOC_DRAM_HIGH < SOC_DROM_MASK_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.c53 PMP_ENTRY_SET(4, SOC_DRAM_HIGH, RW); in esp_cpu_configure_region_protection()
54 _Static_assert(SOC_DRAM_LOW < SOC_DRAM_HIGH, "Invalid DRAM region"); in esp_cpu_configure_region_protection()
60 _Static_assert(SOC_DRAM_HIGH < SOC_DROM_MASK_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
/hal_espressif-3.6.0/components/espcoredump/corefile/
D__init__.py91 return self.SOC_DRAM_LOW <= addr < self.SOC_DRAM_HIGH # type: ignore
114 or addr > self.SOC_DRAM_HIGH - 0x10
/hal_espressif-3.6.0/components/soc/include/soc/
Dsoc_memory_types.h116 return ((intptr_t)p >= SOC_DRAM_LOW && (intptr_t)p < SOC_DRAM_HIGH); in esp_ptr_in_dram()
168 return !(sp < SOC_DRAM_LOW + 0x10 || sp > SOC_DRAM_HIGH - 0x10 || ((sp & 0xF) != 0)); in esp_stack_ptr_in_dram()
/hal_espressif-3.6.0/components/espcoredump/corefile/soc_headers/
Desp32.py2 SOC_DRAM_HIGH = 0x40000000 variable
Desp32c3.py4 SOC_DRAM_HIGH = 0x3fce0000 variable
Desp32s3.py2 SOC_DRAM_HIGH = 0x3FD00000 variable
Desp32s2.py4 SOC_DRAM_HIGH = 0x40000000 variable
/hal_espressif-3.6.0/components/esp_gdbstub/esp32c3/
Dgdbstub_esp32c3.c32 {SOC_DRAM_LOW, SOC_DRAM_HIGH},
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c31 {SOC_DRAM_LOW, SOC_DRAM_HIGH},
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c94 uint32_t new_sp = SOC_DRAM_LOW + (SOC_DRAM_HIGH - SOC_DRAM_LOW) / 2; in esp_restart_noos()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h232 #define SOC_DRAM_HIGH 0x3FCE0000 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h255 #define SOC_DRAM_HIGH 0x3FCE0000 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h257 #define SOC_DRAM_HIGH 0x3FD00000 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h273 #define SOC_DRAM_HIGH 0x40000000 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h236 #define SOC_DRAM_HIGH 0x40000000 macro