Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c48 PMA_ENTRY_SET_TOR(4, SOC_IRAM_LOW, PMA_TOR | PMA_NONE); in esp_cpu_configure_invalid_regions()
134 PMP_ENTRY_SET(5, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection()
136 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
147 PMP_ENTRY_SET(5, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection()
152 PMP_ENTRY_SET(5, SOC_IRAM_LOW, CONDITIONAL_NONE); in esp_cpu_configure_region_protection()
154 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c48 PMA_ENTRY_SET_TOR(4, SOC_IRAM_LOW, PMA_TOR | PMA_NONE); in esp_cpu_configure_invalid_regions()
134 const uint32_t pmpaddr5 = PMPADDR_NAPOT(SOC_IRAM_LOW, SOC_IRAM_HIGH); in esp_cpu_configure_region_protection()
136 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
147 PMP_ENTRY_SET(5, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection()
152 const uint32_t pmpaddr5 = PMPADDR_NAPOT(SOC_IRAM_LOW, SOC_IRAM_HIGH); in esp_cpu_configure_region_protection()
154 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c75 PMP_ENTRY_SET(7, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection()
76 _Static_assert(SOC_IROM_MASK_HIGH < SOC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
80 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid IRAM 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()
45 return ((intptr_t)p >= SOC_IRAM_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
/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()
45 return ((intptr_t)p >= SOC_IRAM_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
217 || (ip >= SOC_IRAM_LOW && ip < SOC_IRAM_HIGH) in esp_ptr_executable()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h170 #define SOC_IRAM_LOW 0x4037C000 macro
198 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h165 #define SOC_IRAM_LOW 0x40800000 macro
200 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
Dmemprot_defs.h40 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h163 #define SOC_IRAM_LOW 0x40800000 macro
198 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
Dmemprot_defs.h40 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h162 #define SOC_IRAM_LOW 0x4037C000 macro
196 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
Dmemprot_defs.h44 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
/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/esp32s2/include/soc/
Dsoc.h165 #define SOC_IRAM_LOW 0x40020000 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h174 #define SOC_IRAM_LOW 0x40370000 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h184 #define SOC_IRAM_LOW 0x40080000 macro