OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmRCVDAVIRQ
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
169
if(( regRd( rHIRQ ) &
bmRCVDAVIRQ
) == 0 ) {
174
regWr( rHIRQ,
bmRCVDAVIRQ
); // Clear the IRQ & free the buffer
205
if(( regRd( rHIRQ ) &
bmRCVDAVIRQ
) == 0 ) {
210
regWr( rHIRQ,
bmRCVDAVIRQ
); // Clear the IRQ & free the buffer
Max3421e_constants.h
181
#define
bmRCVDAVIRQ
0x04
Completed in 3305 milliseconds