Searched refs:accelScale (Results 1 – 6 of 6) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | adis16448.js | 54 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++/ |
D | adis16448.cxx | 58 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/ |
D | adis16448.h | 144 float accelScale(int16_t sensorData);
|
D | adis16448.cxx | 197 float ADIS16448::accelScale(int16_t sensorData) in accelScale() function in ADIS16448
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 319 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/ |
D | MPLSensor.cpp | 411 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()
|