Home
last modified time | relevance | path

Searched refs:bytesRd (Results 1 – 3 of 3) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DMax3421e.h47 char * bytesRd( byte, byte, char * );
DUsb.cpp173 data = bytesRd( rRCVFIFO, pktsize, data ); in inTransfer()
209 data = bytesRd( rRCVFIFO, pktsize, data ); in newInTransfer()
DMax3421e.cpp170 char * MAX3421E::bytesRd ( byte reg, byte nbytes, char * data ) in bytesRd() function in MAX3421E