Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/include/
Desp_app_format.h90 …uint16_t min_chip_rev_full; /*!< Minimal chip revision supported by image, in format: major * 100 … member
/hal_espressif-latest/zephyr/common/
Dsoc_init.c71 unsigned int min_rev = img_hdr->min_chip_rev_full; in check_chip_validity()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_common_loader.c72 unsigned min_rev = img_hdr->min_chip_rev_full; in bootloader_common_check_chip_validity()