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

  /hardware/invensense/mlsdk/mllite/
mlSetGyroBias.c 154 if (inv_obj->motion_state == INV_NO_MOTION) {
162 } else if (sgb.motion == INV_NO_MOTION){
166 inv_obj->motion_state = INV_NO_MOTION;
168 inv_obj->flags[INV_MOTION_STATE_CHANGE] = INV_NO_MOTION;
170 inv_params_obj.motion_cb_func(INV_NO_MOTION);
mlBiasNoMotion.c 58 * May be one of INV_MOTION or INV_NO_MOTION.
206 inv_set_motion_state(INV_NO_MOTION);
278 inv_set_motion_state(INV_NO_MOTION);
282 if (inv_obj->motion_state == INV_NO_MOTION) {
305 if (inv_obj->motion_state == INV_NO_MOTION) {
349 inv_set_motion_state(INV_NO_MOTION);
ml.h 216 #define INV_NO_MOTION 0x0002
434 // The new motion state. May be one of INV_MOTION, or INV_NO_MOTION.
  /hardware/invensense/libsensors_iio/software/core/mllite/
results_holder.h 17 #define INV_NO_MOTION 0x0002
results_holder.c 133 * @param[in] state motion state where INV_NO_MOTION is not moving
140 if (state == INV_NO_MOTION) {

Completed in 36 milliseconds