Searched refs:USB_SUB_LANGID_MASK (Results 1 – 1 of 1) sorted by relevance
13 #define USB_SUB_LANGID_MASK (0xFC00) // 15 to 10 bits macro16 #define USB_SUB_LANGID(id) ((id & USB_SUB_LANGID_MASK) >> 10)