Searched refs:HID_CC_RPT_SET_CHANNEL (Results 1 – 3 of 3) sorted by relevance
69 HID_CC_RPT_SET_CHANNEL(buffer, HID_CC_RPT_CHANNEL_UP); in hid_consumer_build_report()73 HID_CC_RPT_SET_CHANNEL(buffer, HID_CC_RPT_CHANNEL_DOWN); in hid_consumer_build_report()
215 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; \ macro
175 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; (s)[0] |= ((x) & 0x03)… macro228 HID_CC_RPT_SET_CHANNEL(buffer, HID_CC_RPT_CHANNEL_UP); in esp_hidd_send_consumer_value()232 HID_CC_RPT_SET_CHANNEL(buffer, HID_CC_RPT_CHANNEL_DOWN); in esp_hidd_send_consumer_value()