Searched refs:getConfDescr (Results 1 – 2 of 2) sorted by relevance
/device/google/accessory/arduino/AndroidAccessory/ |
D | AndroidAccessory.cpp | 121 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/ |
D | Usb.h | 136 …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
|