Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DUsb.h133 … byte wValLo, byte wValHi, unsigned int wInd, unsigned int nbytes, char* dataptr, unsigned int nak…
135 …byte getDevDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int nak_limit =…
136 …byte getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int…
137 …dr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak…
142 …byte getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limit = USB_NAK…
143 …byte getReportDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int nak_limi…
144 …gned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak…
145 …gned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak…
146 …byte getIdle( byte addr, byte ep, byte interface, byte reportID, char* dataptr, unsigned int nak_l…
149 …byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned…
[all …]
DUsb.cpp86 … byte wValLo, byte wValHi, unsigned int wInd, unsigned int nbytes, char* dataptr, unsigned int nak… in ctrlReq() argument
112 if( dataptr != NULL ) { //data stage, if present in ctrlReq()
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() argument
142 rcode = inTransfer( addr, ep, nbytes, dataptr, nak_limit ); in ctrlData()
147 rcode = outTransfer( addr, ep, nbytes, dataptr, nak_limit ); in ctrlData()