Home
last modified time | relevance | path

Searched refs:SOC_DRAM_LOW (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Dcpu_util_esp32c3.c48 PMP_ENTRY_SET(3, SOC_DRAM_LOW, R); in esp_cpu_configure_region_protection()
50 _Static_assert(SOC_DROM_HIGH < SOC_DRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
54 _Static_assert(SOC_DRAM_LOW < SOC_DRAM_HIGH, "Invalid DRAM region"); in esp_cpu_configure_region_protection()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Dcpu_util_esp32h2.c48 PMP_ENTRY_SET(3, SOC_DRAM_LOW, R); in esp_cpu_configure_region_protection()
50 _Static_assert(SOC_DROM_HIGH < SOC_DRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
54 _Static_assert(SOC_DRAM_LOW < SOC_DRAM_HIGH, "Invalid DRAM region"); in esp_cpu_configure_region_protection()
/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/espcoredump/corefile/
D__init__.py91 return self.SOC_DRAM_LOW <= addr < self.SOC_DRAM_HIGH # type: ignore
113 return not (addr < self.SOC_DRAM_LOW + 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.py1 SOC_DRAM_LOW = 0x3ffae000 variable
Desp32c3.py3 SOC_DRAM_LOW = 0x3fc80000 variable
Desp32s3.py1 SOC_DRAM_LOW = 0x3FC88000 variable
Desp32s2.py3 SOC_DRAM_LOW = 0x3ffb0000 variable
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth.c361 if ((uint32_t)data >= SOC_DRAM_LOW) { in esp_eth_ioctl()
376 if ((uint32_t)data >= SOC_DRAM_LOW) { in esp_eth_ioctl()
383 if ((uint32_t)data >= SOC_DRAM_LOW) { in esp_eth_ioctl()
396 if ((uint32_t)data >= SOC_DRAM_LOW) { in esp_eth_ioctl()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dmemprot_defs.h74 #define DRAM0_SRAM_LEVEL_1_LOW SOC_DRAM_LOW //0x3FC80000
Dsoc.h231 #define SOC_DRAM_LOW 0x3FC80000 macro
/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/heap/port/esp32s2/
Dmemory_layout.c130 #define I_D_OFFSET (SOC_IRAM_LOW - SOC_DRAM_LOW)
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h254 #define SOC_DRAM_LOW 0x3FC80000 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h256 #define SOC_DRAM_LOW 0x3FC88000 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h272 #define SOC_DRAM_LOW 0x3FFB0000 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h235 #define SOC_DRAM_LOW 0x3FFAE000 macro