Home
last modified time | relevance | path

Searched refs:ESP_IMAGE_HEADER_MAGIC (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bootloader_support/include/
Desp_app_format.h67 #define ESP_IMAGE_HEADER_MAGIC 0xE9 /*!< The magic word for the esp_image_header_t structure. */ macro
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c686 if (fhdr.magic != ESP_IMAGE_HEADER_MAGIC) {
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c342 if (image->magic != ESP_IMAGE_HEADER_MAGIC) { in verify_image_header()