Searched refs:bmReqType (Results 1 – 2 of 2) sorted by relevance
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Usb.cpp | 86 byte USB::ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, uns… in ctrlReq() argument 93 if( bmReqType & 0x80 ) { in ctrlReq() 97 setup_pkt.ReqType_u.bmRequestType = bmReqType; in ctrlReq()
|
D | Usb.h | 133 …byte ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, unsigne…
|