Home
last modified time | relevance | path

Searched refs:SOC_DIRAM_DRAM_HIGH (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bootloader_support/include/
Dbootloader_memory_utils.h70 return ((intptr_t)p >= SOC_DIRAM_DRAM_LOW && (intptr_t)p < SOC_DIRAM_DRAM_HIGH); in esp_ptr_in_diram_dram()
147 return (void *) ( SOC_DIRAM_IRAM_LOW + (SOC_DIRAM_DRAM_HIGH - (intptr_t)p) - 4); in esp_ptr_diram_dram_to_iram()
/hal_espressif-latest/components/hal/include/hal/
Dmemprot_types.h55 #define MEMP_HAL_CHECK_DRAM_ADDR_IN_RANGE(x) if (x < SOC_DIRAM_DRAM_LOW || x >= SOC_DIRAM_DRAM_HIGH
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h70 return ((intptr_t)p >= SOC_DIRAM_DRAM_LOW && (intptr_t)p < SOC_DIRAM_DRAM_HIGH); in esp_ptr_in_diram_dram()
147 return (void *) ( SOC_DIRAM_IRAM_LOW + (SOC_DIRAM_DRAM_HIGH - (intptr_t)p) - 4); in esp_ptr_diram_dram_to_iram()
/hal_espressif-latest/components/heap/port/esp32c2/
Dmemory_layout.c64 …{ APP_USABLE_DRAM_END, (SOC_DIRAM_DRAM_HIGH-APP_USABLE_DRAM_END), SOC_MEMORY_TYPE_STACK_DRAM, MAP…
/hal_espressif-latest/components/heap/port/esp32c6/
Dmemory_layout.c79 …{ APP_USABLE_DRAM_END, (SOC_DIRAM_DRAM_HIGH-APP_USABLE_DRAM_END), SOC_MEMORY_TYPE_STACK_DEFAULT, …
/hal_espressif-latest/components/heap/port/esp32h2/
Dmemory_layout.c78 …{ APP_USABLE_DRAM_END, (SOC_DIRAM_DRAM_HIGH-APP_USABLE_DRAM_END), SOC_MEMORY_TYPE_STACK_DEFAULT,…
/hal_espressif-latest/components/heap/port/esp32c3/
Dmemory_layout.c78 …{ APP_USABLE_DRAM_END, (SOC_DIRAM_DRAM_HIGH-APP_USABLE_DRAM_END), SOC_MEMORY_TYPE_STACK_DEFAULT, …
/hal_espressif-latest/components/heap/port/esp32s3/
Dmemory_layout.c99 …{ APP_USABLE_DRAM_END, (SOC_DIRAM_DRAM_HIGH-APP_USABLE_DRAM_END), SOC_MEMORY_TYPE_STACK_DEFAULT,…
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h179 #define SOC_DIRAM_DRAM_HIGH 0x3FCE0000 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h180 #define SOC_DIRAM_DRAM_HIGH 0x40880000 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h184 #define SOC_DIRAM_DRAM_HIGH 0x40000000 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h178 #define SOC_DIRAM_DRAM_HIGH 0x40850000 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h177 #define SOC_DIRAM_DRAM_HIGH 0x3FCE0000 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h200 #define SOC_DIRAM_DRAM_HIGH 0x3FCF0000 macro
/hal_espressif-latest/components/heap/port/
Dmemory_layout_utils.c72 reserved[0].end = SOC_DIRAM_DRAM_HIGH; in s_prepare_reserved_regions()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h201 #define SOC_DIRAM_DRAM_HIGH 0x40000000 macro
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c405 …if (!no_recurse && bootloader_util_regions_overlap(SOC_DIRAM_DRAM_LOW, SOC_DIRAM_DRAM_HIGH, load_a… in verify_load_addresses()
417 iram_load_end = (intptr_t)esp_ptr_diram_dram_to_iram((void *)SOC_DIRAM_DRAM_HIGH); in verify_load_addresses()