OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_MOTION
(Results
1 - 10
of
10
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlSetGyroBias.c
152
if (sgb.motion ==
INV_MOTION
) {
156
inv_obj->motion_state =
INV_MOTION
;
157
inv_obj->flags[INV_MOTION_STATE_CHANGE] =
INV_MOTION
;
159
inv_params_obj.motion_cb_func(
INV_MOTION
);
164
if (inv_obj->motion_state ==
INV_MOTION
) {
mlBiasNoMotion.c
58
* May be one of
INV_MOTION
or INV_NO_MOTION.
199
inv_set_motion_state(
INV_MOTION
);
256
if (inv_obj->motion_state ==
INV_MOTION
) {
302
inv_set_motion_state(
INV_MOTION
);
352
inv_set_motion_state(
INV_MOTION
);
ml.c
331
inv_obj.motion_state =
INV_MOTION
; // Motion state
459
inv_obj.motion_state =
INV_MOTION
;
460
inv_obj.flags[INV_MOTION_STATE_CHANGE] =
INV_MOTION
;
494
inv_set_motion_state(
INV_MOTION
);
[
all
...]
ml.h
215
#define
INV_MOTION
0x0001
434
// The new motion state. May be one of
INV_MOTION
, or INV_NO_MOTION.
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
results_holder.h
16
#define
INV_MOTION
0x0001
results_holder.c
134
* and
INV_MOTION
is moving.
150
if (state ==
INV_MOTION
)
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
results_holder.h
16
#define
INV_MOTION
0x0001
results_holder.c
174
* and
INV_MOTION
is moving.
190
if (state ==
INV_MOTION
)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.h
16
#define
INV_MOTION
0x0001
results_holder.c
210
* and
INV_MOTION
is moving.
226
if (state ==
INV_MOTION
)
Completed in 78 milliseconds