SAMV71 Xplained Ultra Software Package 1.3

USB HID Keyboard Device Configure
[Usbd_config]

Collaboration diagram for USB HID Keyboard Device Configure:

Defines

#define HIDDKeyboardDriverDescriptors_INTERRUPTIN   2
#define HIDDKeyboardDriverDescriptors_INTERRUPTIN_POLLING   10
#define HIDDKeyboardDriverDescriptors_INTERRUPTOUT   3
#define HIDDKeyboardDriverDescriptors_INTERRUPTOUT_POLLING   10

Detailed Description

This page lists the defines used by the HID Keyboard Device Driver.

Endpoint Addresses

Endpoint Polling Rate


Define Documentation

#define HIDDKeyboardDriverDescriptors_INTERRUPTIN   2

Interrupt IN endpoint number

Definition at line 239 of file USBD_Config.h.

#define HIDDKeyboardDriverDescriptors_INTERRUPTIN_POLLING   10

Interrupt IN endpoint polling rate (in milliseconds)

Definition at line 241 of file USBD_Config.h.

#define HIDDKeyboardDriverDescriptors_INTERRUPTOUT   3

Interrupt OUT endpoint number

Definition at line 243 of file USBD_Config.h.

#define HIDDKeyboardDriverDescriptors_INTERRUPTOUT_POLLING   10

Interrupt OUT endpoint polling rate (in milliseconds)

Definition at line 245 of file USBD_Config.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines