HID_ReportItem_t Struct Reference
[HID Report Parser]

#include <HIDParser.h>

Data Fields

uint16_t BitOffset
uint8_t ItemType
uint16_t ItemFlags
uint8_t ReportID
HID_CollectionPath_tCollectionPath
HID_ReportItem_Attributes_t Attributes
uint32_t Value
uint32_t PreviousValue

Detailed Description

Type define for a report item (IN, OUT or FEATURE) attributes and other details.


Field Documentation

Report item attributes.

Bit offset in the IN, OUT or FEATURE report of the item.

Collection path of the item.

Item data flags, such as constant/variable, etc.

Report item type, a value in HID_ReportItemTypes_t.

Previous value of the report item.

Report ID this item belongs to, or 0x00 if device has only one report

Current value of the report item - use HID_ALIGN_DATA() when processing a retrieved value so that it is aligned to a specific type.


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

Generated by  doxygen 1.6.2