zephyr/doc/connectivity/usb/api/hid.rst
Johann Fischer b335c19bcb doc: move USB documentation to connectivity
Mostly moved and reorganised content to the Connectivity chapter,
separated API references. Fill in some gaps in the USB device
documentation.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2023-06-15 05:53:44 -04:00

26 lines
615 B
ReStructuredText

.. _usb_hid_common:
Human Interface Devices (HID)
#############################
Common USB HID part that can be used outside of USB support, defined in
header file :zephyr_file:`include/zephyr/usb/class/hid.h`.
HID types reference
*******************
.. doxygengroup:: usb_hid_definitions
HID items reference
*******************
.. doxygengroup:: usb_hid_items
HID Mouse and Keyboard report descriptors
*****************************************
The pre-defined Mouse and Keyboard report descriptors can be used by
a HID device implementation or simply as examples.
.. doxygengroup:: usb_hid_mk_report_desc