Searched defs:USB_SHORT_GET_HIGH (Results 1 – 2 of 2) sorted by relevance
103 #define USB_SHORT_GET_HIGH(x) ((uint8_t)(((uint16_t)x) >> 8U) & 0xFFU) macro
91 #define USB_SHORT_GET_HIGH(x) ((uint8_t)(((uint16_t)x) >> 8U) & 0xFFU) macro