HomeSort by relevance Sort by last modified time
    Searched refs:rHIRQ (Results 1 - 3 of 3) 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
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
304 tmpdata = regRd( rHIRQ );
306 regWr( rHIRQ, bmHXFRDNIRQ ); //clear the interrupt
    [all...]
Max3421e.cpp 286 regWr( rHIRQ, bmCONDETIRQ ); //clear connection detect interrupt
311 HIRQ = regRd( rHIRQ ); //determine interrupt source
320 regWr( rHIRQ, HIRQ_sendback );
Max3421e_constants.h 177 #define rHIRQ 0xc8 //25<<3

Completed in 45 milliseconds