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

  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 237 byte bus_sample; local
238 bus_sample = regRd( rHRSL ); //Get J,K status
239 bus_sample &= ( bmJSTATUS|bmKSTATUS ); //zero the rest of the byte
240 switch( bus_sample ) { //start full-speed or low-speed host
268 }//end switch( bus_sample )

Completed in 139 milliseconds