Home
last modified time | relevance | path

Searched refs:SRAM0_IRAM_START (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h10 #define SRAM0_IRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro
13 #define SRAM1_IRAM_START (SRAM0_IRAM_START + SRAM0_SIZE)
14 #define SRAM_USER_IRAM_START (SRAM0_IRAM_START + CONFIG_ESP32S3_INSTRUCTION_CACHE_SIZE)
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h8 #define SRAM0_IRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro
13 #define SRAM1_IRAM_START (SRAM0_IRAM_START + SRAM0_SIZE)
Ddefault.ld17 procpu_iram_org = SRAM0_IRAM_START + SRAM0_CACHE_SIZE;
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h8 #define SRAM0_IRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h8 #define SRAM0_IRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro