Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/esp32/
Dmemory.h13 #define SRAM1_IRAM_START (SRAM0_IRAM_START + SRAM0_SIZE) macro
50 #define SRAM1_IRAM_DRAM_CALC(addr_iram) (SRAM1_SIZE - (addr_iram - SRAM1_IRAM_START) + \
54 SRAM1_IRAM_START)
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h12 #define SRAM1_IRAM_START (SRAM1_DRAM_START + IRAM_DRAM_OFFSET) macro
Ddefault.ld24 user_iram_seg_org = SRAM1_IRAM_START;
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h12 #define SRAM1_IRAM_START (SRAM1_DRAM_START + IRAM_DRAM_OFFSET) macro
Ddefault.ld24 user_iram_seg_org = SRAM1_IRAM_START;
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h13 #define SRAM1_IRAM_START (SRAM0_IRAM_START + SRAM0_SIZE) macro
Ddefault.ld508 . = ORIGIN(dram0_0_seg) + MAX(_iram_end, SRAM1_IRAM_START) - SRAM1_IRAM_START;