![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
HID descriptor, binary layout. More...
#include <app_usbd_hid_types.h>
Data Fields | |
| struct { | |
| uint8_t bLength | |
| Length of descriptor. | |
| uint8_t bDescriptorType | |
| Descriptor type APP_USBD_HID_DESCRIPTOR_HID. | |
| uint16_t bcdHID | |
| HID release number (BCD format, little endian) | |
| uint8_t bCountryCode | |
| Country code. | |
| uint8_t bNumDescriptors | |
| Number of class descriptors. | |
| struct { | |
| uint8_t bRDescriptorType | |
| Class descriptor type. | |
| uint16_t wDescriptorLength | |
| Class descriptor length (little endian) | |
| } reports [] | |
| } | raw |
HID descriptor, binary layout.