Searched refs:gyroScale (Results 1 – 6 of 6) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | adis16448.js | 51 var xgyro = imu.gyroScale(imu.regRead(0x04)); 52 var ygyro = imu.gyroScale(imu.regRead(0x06)); 53 var zgyro = imu.gyroScale(imu.regRead(0x08));
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | adis16448.cxx | 54 std::cout << "XGYRO_OUT:" << imu->gyroScale(imu->regRead(XGYRO_OUT)) << std::endl; in main() 55 std::cout << "YGYRO_OUT:" << imu->gyroScale(imu->regRead(YGYRO_OUT)) << std::endl; in main() 56 std::cout << "ZGYRO_OUT:" << imu->gyroScale(imu->regRead(ZGYRO_OUT)) << std::endl; in main()
|
/hardware/bsp/intel/peripheral/libupm/src/adis16448/ |
D | adis16448.h | 149 float gyroScale(int16_t sensorData);
|
D | adis16448.cxx | 208 float ADIS16448::gyroScale(int16_t sensorData) in gyroScale() function in ADIS16448
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 240 char gyroScale[5]; in MPLSensor() local 247 memset(gyroScale, 0, sizeof(gyroScale)); in MPLSensor() 248 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale)); in MPLSensor() 252 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale); in MPLSensor()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 332 char gyroScale[5]; in MPLSensor() local 340 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale)); in MPLSensor() 344 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale); in MPLSensor()
|