Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c26 #define HID_GET_REPORT_ID(wValue) (wValue) macro
199 const uint8_t id = HID_GET_REPORT_ID(setup->wValue); in handle_set_report()
235 const uint8_t id = HID_GET_REPORT_ID(setup->wValue); in handle_get_report()