Home
last modified time | relevance | path

Searched refs:SRAM1_DRAM_START (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/soc/espressif/esp32/
Dmemory.h14 #define SRAM1_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram1)) macro
16 #define SRAM1_DRAM_END (SRAM1_DRAM_START + SRAM1_SIZE)
18 #define SRAM1_DRAM_USER_START (SRAM1_DRAM_START + SRAM1_RESERVED_SIZE)
51 SRAM1_DRAM_START)
53 #define SRAM1_DRAM_IRAM_CALC(addr_dram) (SRAM1_SIZE - (addr_dram - SRAM1_DRAM_START) + \
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h12 #define SRAM1_IRAM_START (SRAM1_DRAM_START + IRAM_DRAM_OFFSET)
13 #define SRAM1_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram1)) macro
Ddefault.ld25 user_dram_seg_org = SRAM1_DRAM_START;
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h11 #define SRAM1_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram1)) macro
12 #define SRAM1_IRAM_START (SRAM1_DRAM_START + IRAM_DRAM_OFFSET)
Ddefault.ld25 user_dram_seg_org = SRAM1_DRAM_START;
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h12 #define SRAM1_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram1)) macro
Ddefault.ld20 procpu_dram_org = SRAM1_DRAM_START;