HomeSort by relevance Sort by last modified time
    Searched full:regrd (Results 1 - 3 of 3) sorted by null

  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 157 byte MAX3421E::regRd( byte reg )
190 tmpbyte = regRd( rIOPINS2 ); //pins 4-7
192 tmpbyte |= ( regRd( rIOPINS1 ) >>4 ) ; //shift low bits and OR with upper from previous operation. Upper nibble zeroes during shift, at least with this compiler
201 while(!(regRd( rUSBIRQ ) & bmOSCOKIRQ )) { //wait until the PLL is stable
218 // tmp = regRd( rIOPINS2 ); //copy of IOPINS2
229 // if (( regRd( rIOPINS2 ) & bmGPIN7 ) == 0 ) { // check if overload is present. MAX4793 /FLAG ( pin 4 ) goes low if overload
238 bus_sample = regRd( rHRSL ); //Get J,K status
242 if(( regRd( rMODE ) & bmLOWSPEED ) == 0 ) {
252 if(( regRd( rMODE ) & bmLOWSPEED ) == 0 ) {
284 while(!(regRd( rHCTL ) & bmSAMPLEBUS )); //wait for sample operation to finish
    [all...]
Usb.cpp 169 if(( regRd( rHIRQ ) & bmRCVDAVIRQ ) == 0 ) {
172 pktsize = regRd( rRCVBC ); //number of received bytes
180 if( regRd( rHRSL ) & bmRCVTOGRD ) { //save toggle value
205 if(( regRd( rHIRQ ) & bmRCVDAVIRQ ) == 0 ) {
208 pktsize = regRd( rRCVBC ); //number of received bytes
216 if( regRd( rHRSL ) & bmRCVTOGRD ) { //save toggle value
252 while(!(regRd( rHIRQ ) & bmHXFRDNIRQ )); //wait for the completion IRQ
254 rcode = ( regRd( rHRSL ) & 0x0f );
277 while(!(regRd( rHIRQ ) & bmHXFRDNIRQ )); //wait for the completion IRQ
279 rcode = ( regRd( rHRSL ) & 0x0f );
    [all...]
Max3421e.h 49 byte regRd( byte );

Completed in 1159 milliseconds