HomeSort by relevance Sort by last modified time
    Searched refs:USB_XFER_TIMEOUT (Results 1 - 2 of 2) sorted by null

  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 238 unsigned long timeout = millis() + USB_XFER_TIMEOUT;
294 unsigned long timeout = millis() + USB_XFER_TIMEOUT;
Usb.h 46 #define USB_XFER_TIMEOUT 5000 //USB transfer timeout in milliseconds, per section 9.2.6.1 of USB 2.0 spec

Completed in 280 milliseconds