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

  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 189 byte tmpbyte = 0; local
190 tmpbyte = regRd( rIOPINS2 ); //pins 4-7
191 tmpbyte &= 0xf0; //clean lower nibble
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
193 return( tmpbyte );

Completed in 42 milliseconds