OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_RETRY_LIMIT
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
265
if( retry_count ==
USB_RETRY_LIMIT
) {
290
/* If bus timeout, re-sends up to
USB_RETRY_LIMIT
times */
324
if( retry_count ==
USB_RETRY_LIMIT
) {
Usb.h
48
#define
USB_RETRY_LIMIT
3 //retry limit for a transfer
Completed in 37 milliseconds