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

  /hardware/invensense/60xx/mlsdk/mllite/
mlsupervisor.h 35 #define GYRO_MAG_SQR_SHIFT 6
mlsupervisor.c 214 gyroMag = inv_get_gyro_sum_of_sqr() >> GYRO_MAG_SQR_SHIFT;
mlFIFO.c     [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.h 12 #define GYRO_MAG_SQR_SHIFT 6
ml_math_func.c 66 * (1 degree per second)^2 = 2^6 = 2^GYRO_MAG_SQR_SHIFT.
77 temp = gyro[kk] >> (16 - (GYRO_MAG_SQR_SHIFT / 2));
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.h 12 #define GYRO_MAG_SQR_SHIFT 6
ml_math_func.c 66 * (1 degree per second)^2 = 2^6 = 2^GYRO_MAG_SQR_SHIFT.
77 temp = gyro[kk] >> (16 - (GYRO_MAG_SQR_SHIFT / 2));
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 12 #define GYRO_MAG_SQR_SHIFT 6
ml_math_func.c 66 * (1 degree per second)^2 = 2^6 = 2^GYRO_MAG_SQR_SHIFT.
77 temp = gyro[kk] >> (16 - (GYRO_MAG_SQR_SHIFT / 2));

Completed in 1944 milliseconds