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

  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 113 rcode = ctrlData( addr, ep, nbytes, dataptr, direction );
137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned int nak_limit )
Usb.h 149 byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );

Completed in 141 milliseconds