HomeSort by relevance Sort by last modified time
    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 35 milliseconds