Home
last modified time | relevance | path

Searched refs:INV_BIAS_FROM_FAST_NO_MOTION (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
DmlBiasNoMotion.c242 && ((inv_params_obj.bias_mode & INV_BIAS_FROM_FAST_NO_MOTION) == 0)) { in MLPollMotionStatus()
314 && ((inv_params_obj.bias_mode & INV_BIAS_FROM_FAST_NO_MOTION) == 0)) { in MLPollMotionStatus()
Dml.c1193 function &= ~INV_BIAS_FROM_FAST_NO_MOTION; in inv_set_bias_update()
1196 if (inv_params_obj.bias_mode & INV_BIAS_FROM_FAST_NO_MOTION) in inv_set_bias_update()
1197 function |= INV_BIAS_FROM_FAST_NO_MOTION; in inv_set_bias_update()
Dml.h129 #define INV_BIAS_FROM_FAST_NO_MOTION 0x0400 macro