Searched defs:HID_CC_RPT_SET_CHANNEL (Results 1 – 2 of 2) sorted by relevance
175 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; (s)[0] |= ((x) & 0x03)… macro
215 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; \ macro