Searched refs:SOC_IRAM_LOW (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | memprot_defs.h | 39 #define MAP_DRAM_TO_IRAM(addr) (addr - DRAM_SRAM_START + SOC_IRAM_LOW) 43 #define MAP_IRAM_TO_DRAM(addr) (addr - SOC_IRAM_LOW + DRAM_SRAM_START) 49 #define IRAM0_SRAM_LEVEL_0_LOW SOC_IRAM_LOW //0x40370000
|
D | soc.h | 229 #define SOC_IRAM_LOW 0x4037C000 macro 263 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | cpu_util_esp32c3.c | 71 PMP_ENTRY_SET(7, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 72 _Static_assert(SOC_IROM_MASK_HIGH < SOC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 76 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid IRAM region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | cpu_util_esp32h2.c | 71 PMP_ENTRY_SET(7, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 72 _Static_assert(SOC_IROM_MASK_HIGH < SOC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 76 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid IRAM region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-3.6.0/components/spi_flash/test/ |
D | test_read_write.c | 287 #define TEST_SOC_CACHE_RAM_BANK0_ADDR (SOC_IRAM_LOW) 288 #define TEST_SOC_CACHE_RAM_BANK1_ADDR (SOC_IRAM_LOW + 0x2000) 289 #define TEST_SOC_CACHE_RAM_BANK2_ADDR (SOC_IRAM_LOW + 0x4000) 290 #define TEST_SOC_CACHE_RAM_BANK3_ADDR (SOC_IRAM_LOW + 0x6000) 291 #define TEST_SOC_IRAM_ADDR (SOC_IRAM_LOW + 0x8000)
|
/hal_espressif-3.6.0/components/soc/include/soc/ |
D | soc_memory_types.h | 52 || (ip >= SOC_IRAM_LOW && ip < SOC_IRAM_HIGH) in esp_ptr_executable() 107 return ((intptr_t)p >= SOC_IRAM_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
|
/hal_espressif-3.6.0/components/espcoredump/corefile/soc_headers/ |
D | esp32.py | 3 SOC_IRAM_LOW = 0x40080000 variable
|
D | esp32c3.py | 1 SOC_IRAM_LOW = 0x4037c000 variable
|
D | esp32s3.py | 3 SOC_IRAM_LOW = 0x40370000 variable
|
D | esp32s2.py | 1 SOC_IRAM_LOW = 0x40020000 variable
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | soc.h | 252 #define SOC_IRAM_LOW 0x4037C000 macro 286 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
|
/hal_espressif-3.6.0/components/esp_gdbstub/esp32c3/ |
D | gdbstub_esp32c3.c | 31 {SOC_IRAM_LOW, SOC_IRAM_HIGH},
|
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/ |
D | gdbstub_esp32h2.c | 30 {SOC_IRAM_LOW, SOC_IRAM_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/espcoredump/corefile/ |
D | __init__.py | 94 return self.SOC_IRAM_LOW <= addr < self.SOC_IRAM_HIGH # type: ignore
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | soc.h | 254 #define SOC_IRAM_LOW 0x40370000 macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 270 #define SOC_IRAM_LOW 0x40020000 macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 245 #define SOC_IRAM_LOW 0x40080000 macro
|