Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dmemprot_defs.h39 #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
Dsoc.h229 #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/
Dcpu_util_esp32c3.c71 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/
Dcpu_util_esp32h2.c71 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/
Dtest_read_write.c287 #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/
Dsoc_memory_types.h52 || (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/
Desp32.py3 SOC_IRAM_LOW = 0x40080000 variable
Desp32c3.py1 SOC_IRAM_LOW = 0x4037c000 variable
Desp32s3.py3 SOC_IRAM_LOW = 0x40370000 variable
Desp32s2.py1 SOC_IRAM_LOW = 0x40020000 variable
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h252 #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/
Dgdbstub_esp32c3.c31 {SOC_IRAM_LOW, SOC_IRAM_HIGH},
/hal_espressif-3.6.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c30 {SOC_IRAM_LOW, SOC_IRAM_HIGH},
/hal_espressif-3.6.0/components/heap/port/esp32s2/
Dmemory_layout.c130 #define I_D_OFFSET (SOC_IRAM_LOW - SOC_DRAM_LOW)
/hal_espressif-3.6.0/components/espcoredump/corefile/
D__init__.py94 return self.SOC_IRAM_LOW <= addr < self.SOC_IRAM_HIGH # type: ignore
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h254 #define SOC_IRAM_LOW 0x40370000 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h270 #define SOC_IRAM_LOW 0x40020000 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h245 #define SOC_IRAM_LOW 0x40080000 macro