![]() |
LUFA Library
120219
|
HID Parser Report Size Structure. More...
#include <HIDParser.h>
Data Fields | |
uint8_t | ReportID |
uint16_t | ReportSizeBits [3] |
Type define for a report item size information structure, to retain the size of a device's reports by ID.
uint8_t HID_ReportSizeInfo_t::ReportID |
Report ID of the report within the HID interface.
uint16_t HID_ReportSizeInfo_t::ReportSizeBits[3] |
Total number of bits in each report type for the given Report ID, indexed by the HID_ReportItemTypes_t enum.