Home
last modified time | relevance | path

Searched refs:ESP_PARTITION_MAGIC_MD5 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/bootloader_support/include/
Desp_flash_partitions.h25 #define ESP_PARTITION_MAGIC_MD5 0xEBEB macro
/hal_espressif-2.7.6/components/bootloader_support/src/
Dflash_partitions.c47 } else if (part->magic == ESP_PARTITION_MAGIC_MD5) { in esp_partition_table_verify()