\r
HID_ReportItem_Attributes_t Attributes; /**< Report item attributes. */\r
\r
- uint32_t Value; /**< Current value of the report item. */\r
+ uint32_t Value; /**< Current value of the report item - use \ref HID_ALIGN_DATA() when processing\r
+ * a retrieved value so that it is aligned to a specific type.\r
+ */\r
uint32_t PreviousValue; /**< Previous value of the report item. */ \r
} HID_ReportItem_t;\r
\r