LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HID_ReportSizeInfo_t Struct Reference

HID Parser Report Size Structure. More...

#include "HIDParser.h"

Data Fields

uint8_t ReportID
 
uint16_t ReportSizeBits [3]
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: