LUFA Library  140302
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HID_ReportItem_Attributes_t Struct Reference

HID Parser Report Item Attributes Structure. More...

#include <HIDParser.h>

Data Fields

uint8_t BitSize
 
HID_MinMax_t Logical
 
HID_MinMax_t Physical
 
HID_Unit_t Unit
 
HID_Usage_t Usage
 

Detailed Description

Type define for all the data attributes of a report item, except flags.

Field Documentation

uint8_t HID_ReportItem_Attributes_t::BitSize

Size in bits of the report item's data.

HID_MinMax_t HID_ReportItem_Attributes_t::Logical

Logical minimum and maximum of the report item.

HID_MinMax_t HID_ReportItem_Attributes_t::Physical

Physical minimum and maximum of the report item.

HID_Unit_t HID_ReportItem_Attributes_t::Unit

Unit type and exponent of the report item.

HID_Usage_t HID_ReportItem_Attributes_t::Usage

Usage of the report item.


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