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

  /hardware/invensense/mlsdk/mllite/
mldmp.c 39 #include "mldl_cfg.h"
82 struct mldl_cfg *mldl_cfg; local
134 mldl_cfg = inv_get_dl_config();
136 if (mldl_cfg->accel && mldl_cfg->accel->resume)
139 if (mldl_cfg->compass && mldl_cfg->compass->resume)
142 if (mldl_cfg->pressure && mldl_cfg->pressure->resume
    [all...]
pressure.c 49 #include "mldl_cfg.h"
87 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
88 if (NULL != mldl_cfg->pressure &&
89 NULL != mldl_cfg->pressure->resume &&
90 mldl_cfg->requested_sensors & INV_THREE_AXIS_PRESSURE)
103 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
104 if (NULL != mldl_cfg->pdata)
105 return mldl_cfg->pdata->pressure.address
117 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
135 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
    [all...]
accel.c 47 #include "mldl_cfg.h"
86 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
87 if (NULL != mldl_cfg->accel &&
88 NULL != mldl_cfg->accel->resume &&
89 mldl_cfg->requested_sensors & INV_THREE_AXIS_ACCEL)
102 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
103 if (NULL != mldl_cfg->pdata)
104 return mldl_cfg->pdata->accel.address
116 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
132 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
    [all...]
mlFIFOHW.c 50 #include "mldl_cfg.h"
280 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
283 if (mldl_cfg->gyro_is_suspended)
mlSetGyroBias.c 57 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
59 if (mldl_cfg->gyro_sens_trim != 0) {
60 sf = 2000 * 131 / mldl_cfg->gyro_sens_trim;
76 biasPrev[i] = (long)mldl_cfg->offset[i];
109 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
115 if (mldl_cfg->gyro_sens_trim != 0) {
116 sf = 2000 * 131 / mldl_cfg->gyro_sens_trim;
compass.c 49 #include "mldl_cfg.h"
220 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
221 if (NULL != mldl_cfg->compass &&
222 NULL != mldl_cfg->compass->resume &&
223 mldl_cfg->requested_sensors & INV_THREE_AXIS_COMPASS)
236 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
237 if (NULL != mldl_cfg->pdata)
238 return mldl_cfg->pdata->compass.address
250 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
268 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
    [all...]
mlsupervisor.c 36 #include "mldl_cfg.h"
92 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
93 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_SECONDARY) {
mlarray.c 2136 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
2182 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
    [all...]
mldl_cfg.h 23 * @file mldl_cfg.h
85 struct mldl_cfg { struct
135 int inv_mpu_open(struct mldl_cfg *mldl_cfg,
140 int inv_mpu_close(struct mldl_cfg *mldl_cfg,
145 int inv_mpu_resume(struct mldl_cfg *mldl_cfg,
151 int inv_mpu_suspend(struct mldl_cfg *mldl_cfg,
    [all...]
ml.c 60 #include "mldl_cfg.h"
200 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
203 gyroCal[ii] = mldl_cfg->pdata->orientation[ii];
204 accelCal[ii] = mldl_cfg->pdata->accel.orientation[ii];
205 magCal[ii] = mldl_cfg->pdata->compass.orientation[ii];
208 switch (mldl_cfg->full_scale) {
223 mldl_cfg->full_scale);
228 RANGE_FIXEDPOINT_TO_FLOAT(mldl_cfg->accel->range, accelScale);
233 inv_obj.accel_sens /= 32768 / mldl_cfg->accel_sens_trim
269 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
532 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
769 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
801 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
910 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
1171 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
1682 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
    [all...]
mlFIFO.c 51 #include "mldl_cfg.h"
467 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
470 if ((mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) &&
598 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
609 if (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) {
1589 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
1961 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
2042 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
2061 struct mldl_cfg *mldl_cfg = inv_get_dl_config(); local
    [all...]
  /hardware/invensense/libsensors/
MPLSensor.cpp 44 #include "mldl_cfg.h"
456 struct mldl_cfg *mldl_cfg; local
492 mldl_cfg = inv_get_dl_config();
    [all...]

Completed in 434 milliseconds