OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_STATE_MASK
(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
56
#define
USB_STATE_MASK
0xf0
Completed in 838 milliseconds