OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_NUMDEVICES
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
36
DEV_RECORD devtable[
USB_NUMDEVICES
+ 1 ];
50
for( i = 0; i < (
USB_NUMDEVICES
+ 1 ); i++ ) {
413
for( i = 1; i <
USB_NUMDEVICES
; i++ ) {
429
}//for( i = 1; i <
USB_NUMDEVICES
; i++
Usb.h
52
#define
USB_NUMDEVICES
2 //number of USB devices
122
//DEV_RECORD devtable[
USB_NUMDEVICES
+ 1 ];
Completed in 875 milliseconds