Searched refs:SOC_IRAM_LOW (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | cpu_region_protect.c | 48 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/ |
D | cpu_region_protect.c | 48 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/ |
D | cpu_region_protect.c | 75 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/ |
D | bootloader_memory_utils.h | 30 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/ |
D | esp_memory_utils.h | 30 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/ |
D | soc.h | 170 #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/ |
D | soc.h | 165 #define SOC_IRAM_LOW 0x40800000 macro 200 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
|
D | memprot_defs.h | 40 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 163 #define SOC_IRAM_LOW 0x40800000 macro 198 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
|
D | memprot_defs.h | 40 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 162 #define SOC_IRAM_LOW 0x4037C000 macro 196 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
|
D | memprot_defs.h | 44 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
|
/hal_espressif-latest/components/heap/port/esp32s2/ |
D | memory_layout.c | 130 #define I_D_OFFSET (SOC_IRAM_LOW - SOC_DRAM_LOW)
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc.h | 165 #define SOC_IRAM_LOW 0x40020000 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc.h | 174 #define SOC_IRAM_LOW 0x40370000 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc.h | 184 #define SOC_IRAM_LOW 0x40080000 macro
|