Searched refs:ESP_APP_DESC_MAGIC_WORD (Results 1 – 4 of 4) sorted by relevance
109 #define ESP_APP_DESC_MAGIC_WORD 0xABCD5432 /*!< The magic word for the esp_app_desc structure that… macro
23 .magic_word = ESP_APP_DESC_MAGIC_WORD,
642 if (app_desc->magic_word != ESP_APP_DESC_MAGIC_WORD) { in esp_ota_get_partition_description()
135 if (app_desc->magic_word != ESP_APP_DESC_MAGIC_WORD) { in bootloader_common_get_partition_description()