HomeSort by relevance Sort by last modified time
    Searched refs:gyroScale (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
ml.c 194 float gyroScale = 2000.f;
214 gyroScale = 250.f;
217 gyroScale = 500.f;
220 gyroScale = 1000.f;
223 gyroScale = 2000.f;
249 result = inv_set_gyro_calibration(gyroScale, gyroCal);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 212 char gyroScale[5];
220 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
224 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 336 char gyroScale[5];
344 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
348 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
    [all...]

Completed in 606 milliseconds