Searched refs:gyroScale (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c194 float gyroScale = 2000.f; local
214 gyroScale = 250.f;
217 gyroScale = 500.f;
220 gyroScale = 1000.f;
223 gyroScale = 2000.f;
249 result = inv_set_gyro_calibration(gyroScale, gyroCal);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp328 char gyroScale[5]; local
336 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
340 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);

Completed in 337 milliseconds