Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h63 #define BOOTLOADER_DRAM_SEG_END (BOOTLOADER_IRAM_SEG_START - IRAM_DRAM_OFFSET) macro
64 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_DRAM_SEG_END - BOOTLOADER_DRAM_SEG_LEN)
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h63 #define BOOTLOADER_DRAM_SEG_END (BOOTLOADER_DRAM_SEG_START + BOOTLOADER_DRAM_SEG_LEN) macro