Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/usb/device/class/hid/
Dcore.c270 if (protocol > HID_PROTOCOL_REPORT) { in hid_on_set_protocol()
365 dev_data->protocol = HID_PROTOCOL_REPORT; in hid_do_status_cb()
366 if (prev != HID_PROTOCOL_REPORT) { in hid_do_status_cb()
/Zephyr-Core-3.6.0/include/zephyr/usb/class/
Dhid.h68 #define HID_PROTOCOL_REPORT 1 macro