Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/common/
Dsoc_init.c20 #define IS_MAX_REV_SET(max_chip_rev_full) \ argument
21 (((max_chip_rev_full) != 65535) && ((max_chip_rev_full) != 0))
83 unsigned int max_rev = img_hdr->max_chip_rev_full; in check_chip_validity()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_common_loader.c30 #define IS_MAX_REV_SET(max_chip_rev_full) (((max_chip_rev_full) != 65535) && ((max_chip_rev_full) !… argument
82 unsigned max_rev = img_hdr->max_chip_rev_full; in bootloader_common_check_chip_validity()
/hal_espressif-latest/components/bootloader_support/include/
Desp_app_format.h91 …uint16_t max_chip_rev_full; /*!< Maximal chip revision supported by image, in format: major * 100 … member