LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 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_Usage_t Usage
 
HID_Unit_t Unit
 
HID_MinMax_t Logical
 
HID_MinMax_t Physical
 

Detailed Description

HID Parser Report Item Attributes Structure.

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

Definition at line 201 of file HIDParser.h.

Field Documentation

uint8_t BitSize

Size in bits of the report item's data.

Definition at line 203 of file HIDParser.h.

HID_MinMax_t Logical

Logical minimum and maximum of the report item.

Definition at line 207 of file HIDParser.h.

HID_MinMax_t Physical

Physical minimum and maximum of the report item.

Definition at line 208 of file HIDParser.h.

HID_Unit_t Unit

Unit type and exponent of the report item.

Definition at line 206 of file HIDParser.h.

HID_Usage_t Usage

Usage of the report item.

Definition at line 205 of file HIDParser.h.


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