LUFA Library
120219
|
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 |
Type define for all the data attributes of a report item, except flags.
Size in bits of the report item's data.
Logical minimum and maximum of the report item.
Physical minimum and maximum of the report item.
Unit type and exponent of the report item.
Usage of the report item.