D | Usb.cpp | 67 EP_RECORD* USB::getDevTableEntry( byte addr, byte ep ) in getDevTableEntry() argument 71 ptr += ep; in getDevTableEntry() 86 byte USB::ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, uns… in ctrlReq() argument 104 rcode = dispatchPkt( tokSETUP, ep, nak_limit ); //dispatch packet in ctrlReq() 113 rcode = ctrlData( addr, ep, nbytes, dataptr, direction ); in ctrlReq() 120 rcode = ctrlStatus( ep, direction ); //status stage in ctrlReq() 125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit ) in ctrlStatus() argument 129 rcode = dispatchPkt( tokOUTHS, ep, nak_limit ); in ctrlStatus() 132 rcode = dispatchPkt( tokINHS, ep, nak_limit ); in ctrlStatus() 137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData() argument [all …]
|