Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/include/bootutil/
Dboot_status.h101 #define MODULE_POS 6 /* 6 bit */ macro
105 #define GET_IAS_MODULE(tlv_type) ((uint16_t)GET_MINOR(tlv_type) >> MODULE_POS)
108 (((uint16_t)(sw_module) << MODULE_POS) | (claim))