#include <usb/dev/driver.h>
#include <usb/hid/hidparser.h>
Go to the source code of this file.
Functions | |
int | usb_hid_process_report_descriptor (usb_device_t *dev, usb_hid_report_t *report, uint8_t **report_desc, size_t *report_size) |
Retrieves the Report descriptor from the USB device and initializes the report parser. |
Definition in file hidreport.h.