[][src]Module usbd_hid::descriptor

Implements generation of HID report descriptors as well as common reports

Modules

generator_prelude

Prelude for modules which use the gen_hid_descriptor macro.

Structs

MouseReport

MouseReport describes a report and its companion descriptor than can be used to send mouse movements and button presses to a host.

Traits

AsInputReport

Report types which serialize into input reports, ready for transmission.

SerializedDescriptor

Report types where serialized HID report descriptors are available.

Attribute Macros

gen_hid_descriptor

Attribute to generate a HID descriptor & serialization code