SAMV71 Xplained Ultra Software Package 1.5

HID Interface Descriptor Codes
[Usb_hid]

Collaboration diagram for HID Interface Descriptor Codes:

Defines

#define HIDInterfaceDescriptor_CLASS   0x03
#define HIDInterfaceDescriptor_SUBCLASS_NONE   0x00
#define HIDInterfaceDescriptor_SUBCLASS_BOOT   0x01
#define HIDInterfaceDescriptor_PROTOCOL_NONE   0x00
#define HIDInterfaceDescriptor_PROTOCOL_KEYBOARD   0x01
#define HIDInterfaceDescriptor_PROTOCOL_MOUSE   0x02

Detailed Description

This page lists HID Interface class, subclass and protocol codes.

Codes


Define Documentation

#define HIDInterfaceDescriptor_CLASS   0x03

HID interface class code.

Definition at line 89 of file HIDDescriptors.h.

#define HIDInterfaceDescriptor_PROTOCOL_KEYBOARD   0x01

Indicates the interface supports the boot specification as a keyboard.

Definition at line 97 of file HIDDescriptors.h.

#define HIDInterfaceDescriptor_PROTOCOL_MOUSE   0x02

Indicates the interface supports the boot specification as a mouse.

Definition at line 99 of file HIDDescriptors.h.

#define HIDInterfaceDescriptor_PROTOCOL_NONE   0x00

Indicates the interface does not implement a particular protocol.

Definition at line 95 of file HIDDescriptors.h.

#define HIDInterfaceDescriptor_SUBCLASS_BOOT   0x01

Indicates the interface is compliant with the boot specification.

Definition at line 93 of file HIDDescriptors.h.

#define HIDInterfaceDescriptor_SUBCLASS_NONE   0x00

Indicates the interface does not implement a particular subclass.

Definition at line 91 of file HIDDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines