Home
last modified time | relevance | path

Searched refs:BOOTLOADER_DRAM_SEG_LEN (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h37 #define BOOTLOADER_DRAM_SEG_LEN 0x8000 macro
54 (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN - IRAM_DRAM_OFFSET)
Dmcuboot.ld29 len = BOOTLOADER_DRAM_SEG_LEN
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h45 #define BOOTLOADER_DRAM_SEG_LEN 0xb000 macro
60 (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN - IRAM_DRAM_OFFSET)
Dmcuboot.ld29 len = BOOTLOADER_DRAM_SEG_LEN
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h41 #define BOOTLOADER_DRAM_SEG_LEN 0xA000 macro
53 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld29 len = BOOTLOADER_DRAM_SEG_LEN
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h49 #define BOOTLOADER_DRAM_SEG_LEN 0x9800 macro
61 (BOOTLOADER_IRAM_SEG_START - IRAM_DRAM_OFFSET - BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld29 len = BOOTLOADER_DRAM_SEG_LEN
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h57 #define BOOTLOADER_DRAM_SEG_LEN 0x7a00 macro
63 #define BOOTLOADER_DRAM_SEG_END (BOOTLOADER_DRAM_SEG_START + BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld30 len = BOOTLOADER_DRAM_SEG_LEN
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h50 #define BOOTLOADER_DRAM_SEG_LEN 0x15000 macro
64 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_DRAM_SEG_END - BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld32 len = BOOTLOADER_DRAM_SEG_LEN