Home
last modified time | relevance | path

Searched refs:header_magic (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c59 uint32_t header_magic; member
118 v1_raw->header_magic = sys_le32_to_cpu(v1_raw->header_magic); in boot_read_v1_header()
136 if ((v1_raw->header_magic != BOOT_HEADER_MAGIC_V1) || in boot_read_v1_header()
/Zephyr-latest/soc/espressif/esp32s3/
Desp32s3-mp.c88 if (image_header.header_magic == ESP_LOAD_HEADER_MAGIC) { in esp_appcpu_image_load()
91 } else if ((image_header.header_magic & 0xff) == 0xE9) { in esp_appcpu_image_load()
/Zephyr-latest/soc/intel/intel_socfpga/common/
Dsocfpga_handoff.h24 uint32_t header_magic; member
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c374 if (image_header.header_magic == ESP_LOAD_HEADER_MAGIC) { in esp_appcpu_image_load()
377 } else if ((image_header.header_magic & 0xff) == 0xE9) { in esp_appcpu_image_load()