SAMV71 Xplained Ultra Software Package 1.3

HID Global Items
[USB HID Report]

Collaboration diagram for HID Global Items:

Defines

#define HIDReport_GLOBAL_USAGEPAGE   0x04
#define HIDReport_GLOBAL_LOGICALMINIMUM   0x14
#define HIDReport_GLOBAL_LOGICALMAXIMUM   0x24
#define HIDReport_GLOBAL_PHYSICALMINIMUM   0x34
#define HIDReport_GLOBAL_PHYSICALMAXIMUM   0x44
#define HIDReport_GLOBAL_UNITEXPONENT   0x54
#define HIDReport_GLOBAL_UNIT   0x64
#define HIDReport_GLOBAL_REPORTSIZE   0x74
#define HIDReport_GLOBAL_REPORTID   0x84
#define HIDReport_GLOBAL_REPORTCOUNT   0x94
#define HIDReport_GLOBAL_PUSH   0xA4
#define HIDReport_GLOBAL_POP   0xB4

Detailed Description

This section lists HID Global Items. ( HID Spec. 6.2.2.7 )


Define Documentation

#define HIDReport_GLOBAL_LOGICALMAXIMUM   0x24

Maximum value that a variable or array item will report.

Definition at line 192 of file HIDReports.h.

#define HIDReport_GLOBAL_LOGICALMINIMUM   0x14

Minimum value that a variable or array item will report.

Definition at line 190 of file HIDReports.h.

#define HIDReport_GLOBAL_PHYSICALMAXIMUM   0x44

Maximum value for the physical extent of a variable item.

Definition at line 196 of file HIDReports.h.

#define HIDReport_GLOBAL_PHYSICALMINIMUM   0x34

Minimum value for the physical extent of a variable item.

Definition at line 194 of file HIDReports.h.

#define HIDReport_GLOBAL_POP   0xB4

Replaces the item state table with the top structure from the stack.

Definition at line 210 of file HIDReports.h.

#define HIDReport_GLOBAL_PUSH   0xA4

Places a copy of the global item state table on the stack.

Definition at line 208 of file HIDReports.h.

#define HIDReport_GLOBAL_REPORTCOUNT   0x94

Number of data fields for an item.

Definition at line 206 of file HIDReports.h.

#define HIDReport_GLOBAL_REPORTID   0x84

Specifies the report ID.

Definition at line 204 of file HIDReports.h.

#define HIDReport_GLOBAL_REPORTSIZE   0x74

Size of the report fields in bits.

Definition at line 202 of file HIDReports.h.

#define HIDReport_GLOBAL_UNIT   0x64

Unit values.

Definition at line 200 of file HIDReports.h.

#define HIDReport_GLOBAL_UNITEXPONENT   0x54

Value of the unit exponent in base 10.

Definition at line 198 of file HIDReports.h.

#define HIDReport_GLOBAL_USAGEPAGE   0x04

Current usage page.

Definition at line 188 of file HIDReports.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines