OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyro_sens_trim
(Results
1 - 7
of
7
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlSetGyroBias.c
59
if (mldl_cfg->
gyro_sens_trim
!= 0) {
60
sf = 2000 * 131 / mldl_cfg->
gyro_sens_trim
;
115
if (mldl_cfg->
gyro_sens_trim
!= 0) {
116
sf = 2000 * 131 / mldl_cfg->
gyro_sens_trim
;
mldl_cfg.h
108
unsigned short
gyro_sens_trim
;
member in struct:mldl_cfg
mldl_cfg_mpu.c
81
MPL_LOGD("mldl_cfg.
gyro_sens_trim
= %02x\n", mldl_cfg->
gyro_sens_trim
);
mldl.c
689
sf = (2000L * 131) / mldlCfg.
gyro_sens_trim
;
[
all
...]
ml.c
936
if (mldl_cfg->
gyro_sens_trim
!= 0) {
937
/* adjust the declared range to consider the
gyro_sens_trim
939
range *= (32768.f / 250) / mldl_cfg->
gyro_sens_trim
;
[
all
...]
mlarray.c
[
all
...]
/hardware/invensense/60xx/mlsdk/mlutils/
mputest.c
[
all
...]
Completed in 43 milliseconds