OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_STATE_DETACHED
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
351
if(( usb_task_state & USB_STATE_MASK ) !=
USB_STATE_DETACHED
) {
357
if(( usb_task_state & USB_STATE_MASK ) ==
USB_STATE_DETACHED
) {
Usb.h
58
#define
USB_STATE_DETACHED
0x10
Completed in 1753 milliseconds