OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regRd
(Results
1 - 2
of
2
) 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
...]
/external/valgrind/VEX/priv/
guest_mips_toIR.c
[
all
...]
Completed in 156 milliseconds