OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_SETUP_TYPE_CLASS
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.h
40
#define bmREQ_CL_GET_INTF USB_SETUP_DEVICE_TO_HOST|
USB_SETUP_TYPE_CLASS
|USB_SETUP_RECIPIENT_INTERFACE //get interface request type
42
#define bmREQ_HIDOUT USB_SETUP_HOST_TO_DEVICE|
USB_SETUP_TYPE_CLASS
|USB_SETUP_RECIPIENT_INTERFACE
43
#define bmREQ_HIDIN USB_SETUP_DEVICE_TO_HOST|
USB_SETUP_TYPE_CLASS
|USB_SETUP_RECIPIENT_INTERFACE
ch9.h
63
#define
USB_SETUP_TYPE_CLASS
0x20 // Device Request bmRequestType type - class
Completed in 4494 milliseconds