Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DUsb.h139 byte setConf( byte addr, byte ep, byte conf_value, unsigned int nak_limit = USB_NAK_LIMIT );
177 inline byte USB::setConf( byte addr, byte ep, byte conf_value, unsigned int nak_limit ) { in setConf() function
/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.cpp215 err = usb.setConf( 1, 0, 1 ); in configureAndroid()