LUFA Library  130901
 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

Type define for a report item size information structure, to retain the size of a device's reports by ID.

Field Documentation

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.


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