/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | cpu_util_esp32c3.c | 48 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/ |
D | cpu_util_esp32h2.c | 48 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/ |
D | system_internal.c | 94 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__.py | 91 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/ |
D | soc_memory_types.h | 116 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/ |
D | esp32.py | 1 SOC_DRAM_LOW = 0x3ffae000 variable
|
D | esp32c3.py | 3 SOC_DRAM_LOW = 0x3fc80000 variable
|
D | esp32s3.py | 1 SOC_DRAM_LOW = 0x3FC88000 variable
|
D | esp32s2.py | 3 SOC_DRAM_LOW = 0x3ffb0000 variable
|
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth.c | 361 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/ |
D | memprot_defs.h | 74 #define DRAM0_SRAM_LEVEL_1_LOW SOC_DRAM_LOW //0x3FC80000
|
D | soc.h | 231 #define SOC_DRAM_LOW 0x3FC80000 macro
|
/hal_espressif-3.6.0/components/esp_gdbstub/esp32c3/ |
D | gdbstub_esp32c3.c | 32 {SOC_DRAM_LOW, SOC_DRAM_HIGH},
|
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/ |
D | gdbstub_esp32h2.c | 31 {SOC_DRAM_LOW, SOC_DRAM_HIGH},
|
/hal_espressif-3.6.0/components/heap/port/esp32s2/ |
D | memory_layout.c | 130 #define I_D_OFFSET (SOC_IRAM_LOW - SOC_DRAM_LOW)
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | soc.h | 254 #define SOC_DRAM_LOW 0x3FC80000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | soc.h | 256 #define SOC_DRAM_LOW 0x3FC88000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 272 #define SOC_DRAM_LOW 0x3FFB0000 macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 235 #define SOC_DRAM_LOW 0x3FFAE000 macro
|