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

  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 47 #define USB_NAK_LIMIT 32000 //NAK limit for a transfer. o meand NAKs are not counted
133 byte ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, unsigned int wInd, unsigned int nbytes, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
135 byte getDevDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
136 byte getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
137 byte getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
138 byte setAddr( byte oldaddr, byte ep, byte newaddr, unsigned int nak_limit = USB_NAK_LIMIT );
139 byte setConf( byte addr, byte ep, byte conf_value, unsigned int nak_limit = USB_NAK_LIMIT );
141 byte setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit = USB_NAK_LIMIT );
142 byte getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
143 byte getReportDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
    [all...]
Usb.cpp 259 if( nak_limit && ( nak_count == USB_NAK_LIMIT )) {
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h 64 int read(void *buff, int len, unsigned int nakLimit = USB_NAK_LIMIT);

Completed in 32 milliseconds