Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c52 PMP_ENTRY_SET(3, SOC_DRAM_LOW, R); in esp_cpu_configure_region_protection()
54 _Static_assert(SOC_DROM_HIGH < SOC_DRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
58 _Static_assert(SOC_DRAM_LOW < SOC_DRAM_HIGH, "Invalid DRAM region"); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/bootloader_support/include/
Dbootloader_memory_utils.h30 return (SOC_DRAM_LOW == SOC_IRAM_LOW && SOC_DRAM_HIGH == SOC_IRAM_HIGH); in esp_dram_match_iram()
58 return ((intptr_t)p >= SOC_DRAM_LOW && (intptr_t)p < SOC_DRAM_HIGH); in esp_ptr_in_dram()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h30 return (SOC_DRAM_LOW == SOC_IRAM_LOW && SOC_DRAM_HIGH == SOC_IRAM_HIGH); in esp_dram_match_iram()
58 return ((intptr_t)p >= SOC_DRAM_LOW && (intptr_t)p < SOC_DRAM_HIGH); in esp_ptr_in_dram()
315 return !(sp < SOC_DRAM_LOW + 0x10 || sp > SOC_DRAM_HIGH - 0x10 || ((sp & 0xF) != 0)); in esp_stack_ptr_in_dram()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dsystem_internal.c103 uint32_t new_sp = SOC_DRAM_LOW + (SOC_DRAM_HIGH - SOC_DRAM_LOW) / 2; in esp_restart_noos()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmemprot_defs.h65 #define DRAM0_SRAM_LEVEL_1_LOW SOC_DRAM_LOW //0x3FC80000
Dsoc.h167 #define SOC_DRAM_LOW 0x40800000 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmemprot_defs.h65 #define DRAM0_SRAM_LEVEL_1_LOW SOC_DRAM_LOW //0x3FC80000
Dsoc.h165 #define SOC_DRAM_LOW 0x40800000 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dmemprot_defs.h69 #define DRAM0_SRAM_LEVEL_1_LOW SOC_DRAM_LOW //0x3FC80000
Dsoc.h164 #define SOC_DRAM_LOW 0x3FC80000 macro
/hal_espressif-latest/components/heap/port/esp32s2/
Dmemory_layout.c130 #define I_D_OFFSET (SOC_IRAM_LOW - SOC_DRAM_LOW)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h172 #define SOC_DRAM_LOW 0x3FCA0000 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h167 #define SOC_DRAM_LOW 0x3FFB0000 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h176 #define SOC_DRAM_LOW 0x3FC88000 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h174 #define SOC_DRAM_LOW 0x3FFAE000 macro