Searched refs:usbd_hid_get_report (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/usb/cherryusb/class/hid/ |
| A D | usbd_hid.c | 20 … usbd_hid_get_report(busid, intf_num, LO_BYTE(setup->wValue), HI_BYTE(setup->wValue), data, len); in hid_class_interface_request_handler() 78 __WEAK void usbd_hid_get_report(uint8_t busid, uint8_t intf, uint8_t report_id, uint8_t report_type… in usbd_hid_get_report() function
|
| A D | usbd_hid.h | 19 void usbd_hid_get_report(uint8_t busid, uint8_t intf, uint8_t report_id, uint8_t report_type, uint8…
|
Completed in 3 milliseconds