Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadis16448.js51 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++/
Dadis16448.cxx54 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/
Dadis16448.h149 float gyroScale(int16_t sensorData);
Dadis16448.cxx208 float ADIS16448::gyroScale(int16_t sensorData) in gyroScale() function in ADIS16448
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp240 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/
DMPLSensor.cpp332 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()