OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_STATE_DMP_STARTED
(Results
1 - 9
of
9
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlstates.h
40
#define
INV_STATE_DMP_STARTED
(3)
ml_mputest.c
112
if(initState ==
INV_STATE_DMP_STARTED
) {
120
if(initState ==
INV_STATE_DMP_STARTED
) {
mldmp.c
91
if (state ==
INV_STATE_DMP_STARTED
) {
181
if (inv_get_state() ==
INV_STATE_DMP_STARTED
)
184
result = inv_state_transition(
INV_STATE_DMP_STARTED
);
mlstates.c
100
case
INV_STATE_DMP_STARTED
:
101
return INV_STATE_NAME(
INV_STATE_DMP_STARTED
);
128
(inv_params_obj.state ==
INV_STATE_DMP_STARTED
)))
130
((newState ==
INV_STATE_DMP_STARTED
) &&
mlcontrol.c
255
if (inv_get_state() !=
INV_STATE_DMP_STARTED
)
316
if (inv_get_state() !=
INV_STATE_DMP_STARTED
)
660
if (inv_get_state() !=
INV_STATE_DMP_STARTED
)
789
if (inv_get_state() <
INV_STATE_DMP_STARTED
)
ml.c
545
if (inv_get_state() !=
INV_STATE_DMP_STARTED
)
[
all
...]
mlBiasNoMotion.c
66
(inv_get_state() !=
INV_STATE_DMP_STARTED
))
mlFIFO.c
484
if (
INV_STATE_DMP_STARTED
== newState) {
[
all
...]
mlarray.c
[
all
...]
Completed in 81 milliseconds