Home
last modified time | relevance | path

Searched refs:getConfDescr (Results 1 – 2 of 2) sorted by relevance

/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.cpp121 err = usb.getConfDescr(addr, 0, 4, 0, (char *)descBuff); in findEndpoints()
135 err = usb.getConfDescr(addr, 0, len, 0, (char *)descBuff); in findEndpoints()
/device/google/accessory/arduino/USB_Host_Shield/
DUsb.h136 …byte getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int…
165 inline byte USB::getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, u… in getConfDescr() function