Macros | |
#define | USBFeatureRequest_DEVICEREMOTEWAKEUP 1 |
#define | USBFeatureRequest_ENDPOINTHALT 0 |
#define | USBFeatureRequest_OTG 0x0B |
#define | USBFeatureRequest_OTG_A_ALT_HNP_SUPPORT 5 |
#define | USBFeatureRequest_OTG_A_HNP_SUPPORT 4 |
#define | USBFeatureRequest_OTG_B_HNP_ENABLE 3 |
#define | USBFeatureRequest_TESTMODE 2 |
This section lists codes of USB feature selectors.
#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.