Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/include/
Dbootloader_common.h169 esp_err_t bootloader_common_check_chip_validity(const esp_image_header_t* img_hdr, esp_image_type t…
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_init.c60 …if (bootloader_common_check_chip_validity(&bootloader_image_hdr, ESP_IMAGE_BOOTLOADER) != ESP_OK) { in bootloader_check_bootloader_validity()
Dbootloader_common_loader.c60 esp_err_t bootloader_common_check_chip_validity(const esp_image_header_t* img_hdr, esp_image_type t… in bootloader_common_check_chip_validity() function
Desp_image_format.c349 CHECK_ERR(bootloader_common_check_chip_validity(image, ESP_IMAGE_APPLICATION)); in verify_image_header()