typedef struct _HID_REPORT { uint16_t reportID; uint16_t inputBits; uint16_t outputBits; uint16_t featureBits; } HID_REPORT;
HID Report details
This structure contains information about each report exchanged with the device.
Members |
Description |
uint16_t reportID; |
Report ID of the associated report |
uint16_t inputBits; |
If input report then length of report in bits |
uint16_t outputBits; |
If output report then length of report in bits |
uint16_t featureBits; |
If feature report then length of report in bits |
MLA - USB Library Help Version : 2.16
![]() |