Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DUsb.cpp113 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
DUsb.h149 …byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned…