SAMV71 Xplained Ultra Software Package 1.4

USB Feature selectors
[USB Feature Request Definitions]

Collaboration diagram for USB Feature selectors:

Defines

#define USBFeatureRequest_ENDPOINTHALT   0
#define USBFeatureRequest_DEVICEREMOTEWAKEUP   1
#define USBFeatureRequest_TESTMODE   2
#define USBFeatureRequest_OTG   0x0B
#define USBFeatureRequest_OTG_B_HNP_ENABLE   3
#define USBFeatureRequest_OTG_A_HNP_SUPPORT   4
#define USBFeatureRequest_OTG_A_ALT_HNP_SUPPORT   5

Detailed Description

This section lists codes of USB feature selectors.


Define Documentation

#define USBFeatureRequest_DEVICEREMOTEWAKEUP   1

Remote wake-up feature of the device.

Definition at line 212 of file USBRequests.h.

#define USBFeatureRequest_ENDPOINTHALT   0

Halt feature of an endpoint.

Definition at line 210 of file USBRequests.h.

#define USBFeatureRequest_OTG   0x0B

OTG set feature

Definition at line 216 of file USBRequests.h.

#define USBFeatureRequest_OTG_A_ALT_HNP_SUPPORT   5

OTG a_alt_hnp_support

Definition at line 222 of file USBRequests.h.

#define USBFeatureRequest_OTG_A_HNP_SUPPORT   4

OTG a_hnp_support

Definition at line 220 of file USBRequests.h.

#define USBFeatureRequest_OTG_B_HNP_ENABLE   3

OTG b_hnp_enable

Definition at line 218 of file USBRequests.h.

#define USBFeatureRequest_TESTMODE   2

Test mode of the device.

Definition at line 214 of file USBRequests.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines