Searched refs:SOC_DRAM_HIGH (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | cpu_util_esp32c3.c | 53 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/ |
D | cpu_util_esp32h2.c | 53 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__.py | 91 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/ |
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 | 2 SOC_DRAM_HIGH = 0x40000000 variable
|
D | esp32c3.py | 4 SOC_DRAM_HIGH = 0x3fce0000 variable
|
D | esp32s3.py | 2 SOC_DRAM_HIGH = 0x3FD00000 variable
|
D | esp32s2.py | 4 SOC_DRAM_HIGH = 0x40000000 variable
|
/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/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/soc/esp32c3/include/soc/ |
D | soc.h | 232 #define SOC_DRAM_HIGH 0x3FCE0000 macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | soc.h | 255 #define SOC_DRAM_HIGH 0x3FCE0000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | soc.h | 257 #define SOC_DRAM_HIGH 0x3FD00000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 273 #define SOC_DRAM_HIGH 0x40000000 macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 236 #define SOC_DRAM_HIGH 0x40000000 macro
|