Home
last modified time | relevance | path

Searched defs:tlv_type (Results 1 – 2 of 2) sorted by relevance

/mcuboot-3.6.0/boot/bootutil/include/bootutil/
Dboot_status.h75 #define GET_MAJOR(tlv_type) ((uint16_t)(tlv_type) >> MAJOR_POS) argument
76 #define GET_MINOR(tlv_type) ((tlv_type) & MINOR_MASK) argument
105 #define GET_IAS_MODULE(tlv_type) ((uint16_t)GET_MINOR(tlv_type) >> MODULE_POS) argument
106 #define GET_IAS_CLAIM(tlv_type) (GET_MINOR(tlv_type) & CLAIM_MASK) argument
166 uint16_t tlv_type; member
/mcuboot-3.6.0/ci/fih_test_docker/
Ddamage_image.py25 def get_tlv_type_string(tlv_type): argument