Home
last modified time | relevance | path

Searched refs:acc_state (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dmlsupervisor.c81 inv_obj.acc_state = SF_STARTUP_SETTLE; in inv_init_sensor_fusion_supervisor()
302 if (inv_obj.acc_state != SF_STARTUP_SETTLE) { in MLSensorFusionSupervisor()
304 inv_obj.acc_state = SF_DISTURBANCE; //No accels, fast swing in MLSensorFusionSupervisor()
308 && ((inv_obj.acc_state == SF_DISTURBANCE) in MLSensorFusionSupervisor()
309 || (inv_obj.acc_state == SF_SLOW_SETTLE))) { in MLSensorFusionSupervisor()
312 inv_obj.acc_state = SF_FAST_SETTLE; in MLSensorFusionSupervisor()
316 if (inv_obj.acc_state == SF_DISTURBANCE) { in MLSensorFusionSupervisor()
319 inv_obj.acc_state = SF_SLOW_SETTLE; in MLSensorFusionSupervisor()
322 } else if (inv_obj.acc_state == SF_SLOW_SETTLE) { in MLSensorFusionSupervisor()
325 inv_obj.acc_state = SF_NORMAL; in MLSensorFusionSupervisor()
[all …]
Dml.h319 long acc_state; member
Dml.c359 inv_obj.acc_state = SF_STARTUP_SETTLE; in inv_init_ml()
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Dresults_holder.c39 int acc_state; /**< Describes accel state */ member
110 return rh.acc_state; in inv_get_acc_state()
118 rh.acc_state = state; in inv_set_acc_state()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dresults_holder.c44 int acc_state; /**< Describes accel state */ member
150 return rh.acc_state; in inv_get_acc_state()
158 rh.acc_state = state; in inv_set_acc_state()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dresults_holder.c39 int acc_state; /**< Describes accel state */ member
186 return rh.acc_state; in inv_get_acc_state()
194 rh.acc_state = state; in inv_set_acc_state()