![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
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 |
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.
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.