Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/esp32/
Dmemory.h22 #define SRAM2_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram2)) macro
25 #define SRAM2_DRAM_END (SRAM2_DRAM_START + SRAM2_DRAM_SIZE)
26 #define SRAM2_DRAM_USER_START (SRAM2_DRAM_START + SRAM2_DRAM_SHM_SIZE)
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h16 #define SRAM2_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram2)) macro
18 #define SRAM2_USER_DRAM_START (SRAM2_DRAM_START + CONFIG_ESP32S3_DATA_CACHE_SIZE)