Searched refs:ctrlData (Results 1 – 2 of 2) sorted by relevance
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Usb.cpp | 113 rcode = ctrlData( addr, ep, nbytes, dataptr, direction ); in ctrlReq() 137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData() function in USB
|
D | Usb.h | 149 …byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned…
|