![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
HID Parser Report Size Structure. More...
#include "HIDParser.h"
Data Fields | |
uint8_t | ReportID |
uint16_t | ReportSizeBits [3] |
HID Parser Report Size Structure.
Type define for a report item size information structure, to retain the size of a device's reports by ID.
Definition at line 235 of file HIDParser.h.
uint8_t ReportID |
Report ID of the report within the HID interface.
Definition at line 237 of file HIDParser.h.
uint16_t ReportSizeBits[3] |
Total number of bits in each report type for the given Report ID, indexed by the HID_ReportItemTypes_t enum.
Definition at line 238 of file HIDParser.h.