OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_dataout
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.cxx
153
int16_t
_dataOut
= (x[1] << 8) | (x[0] & 0xFF);; //Concatenate upper and lower bytes
156
return(
_dataOut
);
Completed in 217 milliseconds