Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bootloader_support/include/
Desp_app_format.h109 #define ESP_APP_DESC_MAGIC_WORD 0xABCD5432 /*!< The magic word for the esp_app_desc structure that… macro
/device/soc/esp/esp32/components/app_update/
Desp_app_desc.c23 .magic_word = ESP_APP_DESC_MAGIC_WORD,
Desp_ota_ops.c642 if (app_desc->magic_word != ESP_APP_DESC_MAGIC_WORD) { in esp_ota_get_partition_description()
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_common_loader.c135 if (app_desc->magic_word != ESP_APP_DESC_MAGIC_WORD) { in bootloader_common_get_partition_description()