Home
last modified time | relevance | path

Searched refs:SRAM_DRAM_START (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h10 #define SRAM_IRAM_START (SRAM_DRAM_START + IRAM_DRAM_OFFSET)
11 #define SRAM_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro
Ddefault.ld27 user_dram_seg_org = SRAM_DRAM_START + SRAM_CACHE_SIZE;