LUFA Library  130303
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HID_MinMax_t Struct Reference

HID Parser Report Item Min/Max Structure. More...

#include <HIDParser.h>

Data Fields

uint32_t Maximum
 
uint32_t Minimum
 

Detailed Description

Type define for an attribute with both minimum and maximum values (e.g. Logical Min/Max).

Field Documentation

uint32_t HID_MinMax_t::Maximum

Maximum value for the attribute.

uint32_t HID_MinMax_t::Minimum

Minimum value for the attribute.


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