Crate usbd_hid
Expand description
HID report descriptor generation & USB HID class implementation
This crate implements components necessary to build a USB HID device. This includes generation of the report descriptor, serialization of input reports, and communicating with a host that implements USB HID.
Modules§
- Implements generation of HID report descriptors as well as common reports
- Implements HID functionality for a usb-device device.
Enums§
- A USB stack error.
Type Aliases§
- Result for USB operations.