OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmHXFRDNIRQ
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
252
while(!(regRd( rHIRQ ) &
bmHXFRDNIRQ
)); //wait for the completion IRQ
253
regWr( rHIRQ,
bmHXFRDNIRQ
); //clear IRQ
277
while(!(regRd( rHIRQ ) &
bmHXFRDNIRQ
)); //wait for the completion IRQ
278
regWr( rHIRQ,
bmHXFRDNIRQ
); //clear IRQ
305
if( tmpdata &
bmHXFRDNIRQ
) {
306
regWr( rHIRQ,
bmHXFRDNIRQ
); //clear the interrupt
309
}//if( tmpdata &
bmHXFRDNIRQ
Max3421e_constants.h
186
#define
bmHXFRDNIRQ
0x80
Completed in 26 milliseconds