OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_DESCRIPTOR_DEVICE
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
ch9.h
72
#define
USB_DESCRIPTOR_DEVICE
0x01 // bDescriptorType for a Device Descriptor.
132
byte bDescriptorType; // DEVICE descriptor type (
USB_DESCRIPTOR_DEVICE
).
Usb.h
162
return( ctrlReq( addr, ep, bmREQ_GET_DESCR, USB_REQUEST_GET_DESCRIPTOR, 0x00,
USB_DESCRIPTOR_DEVICE
, 0x0000, nbytes, dataptr, nak_limit ));
Completed in 29 milliseconds