Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_status.h69 #define MAJOR_POS 12 /* 12 bit */ macro
73 (((uint16_t)((major) & MAJOR_MASK) << MAJOR_POS) \
75 #define GET_MAJOR(tlv_type) ((uint16_t)(tlv_type) >> MAJOR_POS)