Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_status.h76 #define GET_MINOR(tlv_type) ((tlv_type) & MINOR_MASK) macro
105 #define GET_IAS_MODULE(tlv_type) ((uint16_t)GET_MINOR(tlv_type) >> MODULE_POS)
106 #define GET_IAS_CLAIM(tlv_type) (GET_MINOR(tlv_type) & CLAIM_MASK)
/mcuboot-latest/boot/zephyr/
Dshared_data.c76 GET_MINOR(tlv_entry.tlv_type) == minor_type) { in boot_add_data_to_shared_area()
/mcuboot-latest/boot/bootutil/src/
Dboot_record.c89 GET_MINOR(tlv_entry.tlv_type) == minor_type) { in boot_add_data_to_shared_area()