#include <HIDParser.h>
Data Fields | |
| uint16_t | BitOffset |
| uint8_t | ItemType |
| uint16_t | ItemFlags |
| HID_CollectionPath_t * | CollectionPath |
| HID_ReportItem_Attributes_t | Attributes |
| uint32_t | Value |
| uint16_t HID_ReportItem_t::BitOffset |
Bit offset in the IN, OUT or FEATURE report of the item.
| uint8_t HID_ReportItem_t::ItemType |
Report item type, a value in HID_Types_t.
| uint16_t HID_ReportItem_t::ItemFlags |
Item data flags, such as constant/variable, etc.
Collection path of the item.
Report item attributes.
| uint32_t HID_ReportItem_t::Value |
Current value of the report item.
1.5.5