OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epAddr
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp
142
inEp->
epAddr
= 0;
143
outEp->
epAddr
= 0;
161
if (!inEp->
epAddr
&& (epDesc->bEndpointAddress & 0x80))
163
else if (!outEp->
epAddr
)
169
ep->
epAddr
= epDesc->bEndpointAddress & 0x7f;
186
if (!(inEp->
epAddr
&& outEp->
epAddr
))
189
return inEp->
epAddr
&& outEp->
epAddr
;
202
epRecord[inEp.
epAddr
] = inEp
[
all
...]
/device/google/accessory/arduino/USB_Host_Shield/
Usb.h
100
byte
epAddr
; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
Completed in 781 milliseconds