HIDReport.h
Default mainpageat91libusbcommonhidHIDReport.h
Description Overview
Defines Brief description
 HIDReport_BUFFEREDBYTES Indicates the device produces a fixed-length stream of bytes.
 HIDReport_COLLECTION Collection item.
 HIDReport_COLLECTION_APPLICATION Application collection.
 HIDReport_COLLECTION_LOGICAL Logical collection.
 HIDReport_COLLECTION_NAMEDARRAY Named array collection.
 HIDReport_COLLECTION_PHYSICAL Physical collection.
 HIDReport_COLLECTION_REPORT Report collection.
 HIDReport_COLLECTION_USAGEMODIFIER Usage modifier collection.
 HIDReport_COLLECTION_USAGESWITCH Usage switch collection.
 HIDReport_CONSTANT The report value is constant (vs. variable).
 HIDReport_ENDCOLLECTION End of collection item.
 HIDReport_FEATURE Feature item.
 HIDReport_GLOBAL_LOGICALMAXIMUM Maximum value that a variable or array item will report.
 HIDReport_GLOBAL_LOGICALMINIMUM Minimum value that a variable or array item will report.
 HIDReport_GLOBAL_PHYSICALMAXIMUM Maximum value for the physical extent of a variable item.
 HIDReport_GLOBAL_PHYSICALMINIMUM Minimum value for the physical extent of a variable item.
 HIDReport_GLOBAL_POP Replaces the item state table with the top structure from the stack.
 HIDReport_GLOBAL_PUSH Places a copy of the global item state table on the stack.
 HIDReport_GLOBAL_REPORTCOUNT Number of data fields for an item.
 HIDReport_GLOBAL_REPORTID Specifies the report ID.
 HIDReport_GLOBAL_REPORTSIZE Size of the report fields in bits.
 HIDReport_GLOBAL_UNIT Unit values.
 HIDReport_GLOBAL_UNITEXPONENT Value of the unit exponent in base 10.
 HIDReport_GLOBAL_USAGEPAGE Current usage page.
 HIDReport_INPUT Input item.
 HIDReport_LOCAL_DELIMITER Defines the beginning or end of a set of local items.
 HIDReport_LOCAL_DESIGNATORINDEX Determines the body part used for a control.
 HIDReport_LOCAL_DESIGNATORMAXIMUM Defines the index of the ending designator associated with an array or bitmap.
 HIDReport_LOCAL_DESIGNATORMINIMUM Defines the index of the starting designator associated with an array or bitmap.
 HIDReport_LOCAL_STRINGINDEX String index for a string descriptor.
 HIDReport_LOCAL_STRINGMAXIMUM Specifies the last string index when assigning a group of sequential strings to controls in an array or bitmap.
 HIDReport_LOCAL_STRINGMINIMUM Specifies the first string index when assigning a group of sequential strings to controls in an array or bitmap.
 HIDReport_LOCAL_USAGE Suggested usage for an item or collection.
 HIDReport_LOCAL_USAGEMAXIMUM Defines the ending usage associated with an array or bitmap.
 HIDReport_LOCAL_USAGEMINIMUM Defines the starting usage associated with an array or bitmap.
 HIDReport_NONLINEAR Indicates that the data reported has been processed and is no longuer linear with the original measurements.
 HIDReport_NOPREFERRED Device has no preferred state to which it automatically returns.
 HIDReport_NULLSTATE Device has a null state, in which it does not report meaningful information.
 HIDReport_OUTPUT Output item.
 HIDReport_RELATIVE Data is relative (vs. absolute).
 HIDReport_VARIABLE Data reported is a variable (vs. array).
 HIDReport_VOLATILE Indicates data can change without the host intervention.
 HIDReport_WRAP Value rolls over when it reach a maximum/minimum.