OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_NO_MOTION
(Results
1 - 3
of
3
) 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
.
Completed in 22 milliseconds