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

  /hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.cxx 208 float ADIS16448::gyroScale(int16_t sensorData)
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 332 char gyroScale[5];
340 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
344 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 240 char gyroScale[5];
247 memset(gyroScale, 0, sizeof(gyroScale));
248 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
252 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
    [all...]

Completed in 201 milliseconds