Home
last modified time | relevance | path

Searched refs:accelScale (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadis16448.js54 var xaccl = imu.accelScale(imu.regRead(0x0A));
55 var yaccl = imu.accelScale(imu.regRead(0x0C));
56 var zaccl = imu.accelScale(imu.regRead(0x0E));
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dadis16448.cxx58 std::cout << "XACCL_OUT:" << imu->accelScale(imu->regRead(XACCL_OUT)) << std::endl; in main()
59 std::cout << "YACCL_OUT:" << imu->accelScale(imu->regRead(YACCL_OUT)) << std::endl; in main()
60 std::cout << "ZACCL_OUT:" << imu->accelScale(imu->regRead(ZACCL_OUT)) << std::endl; in main()
/hardware/bsp/intel/peripheral/libupm/src/adis16448/
Dadis16448.h144 float accelScale(int16_t sensorData);
Dadis16448.cxx197 float ADIS16448::accelScale(int16_t sensorData) in accelScale() function in ADIS16448
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp319 char accelScale[5]; in MPLSensor() local
326 memset(accelScale, 0, sizeof(accelScale)); in MPLSensor()
327 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale)); in MPLSensor()
331 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp411 char accelScale[5]; in MPLSensor() local
419 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale)); in MPLSensor()
423 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()