HomeSort by relevance Sort by last modified time
    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