Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/esp32/
Dmemory.h88 #define APPCPU_SRAM_SIZE (APPCPU_IRAM_SIZE + APPCPU_DRAM_SIZE) macro
Ddefault.ld16 procpu_iram_end = USER_IRAM_END - APPCPU_SRAM_SIZE;
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h94 #define APPCPU_SRAM_SIZE (APPCPU_IRAM_SIZE + APPCPU_DRAM_SIZE) macro
Ddefault_appcpu.ld21 appcpu_iram_org = appcpu_iram_end - APPCPU_SRAM_SIZE;
22 appcpu_dram_org = appcpu_dram_end - APPCPU_SRAM_SIZE;
24 appcpu_iram_len = APPCPU_SRAM_SIZE;
25 appcpu_dram_len = APPCPU_SRAM_SIZE;
Ddefault.ld14 procpu_iram_end = USER_IRAM_END - APPCPU_SRAM_SIZE;
15 procpu_dram_end = USER_DRAM_END - APPCPU_SRAM_SIZE;