OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GYRO_MAG_SQR_SHIFT
(Results
1 - 7
of
7
) 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/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 96 milliseconds