OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:motion_state
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/mlsdk/mllite/
mlSetGyroBias.c
154
if (inv_obj->
motion_state
== INV_NO_MOTION) {
156
inv_obj->
motion_state
= INV_MOTION;
164
if (inv_obj->
motion_state
== INV_MOTION) {
166
inv_obj->
motion_state
= INV_NO_MOTION;
183
sgb.motion = inv_obj.
motion_state
;
mlBiasNoMotion.c
57
*
motion_state
parameter, the new motion state.
61
inv_error_t inv_set_motion_callback(void (*func) (unsigned short
motion_state
))
256
if (inv_obj->
motion_state
== INV_MOTION) {
282
if (inv_obj->
motion_state
== INV_NO_MOTION) {
305
if (inv_obj->
motion_state
== INV_NO_MOTION) {
ml.h
390
unsigned short
motion_state
;
member in struct:inv_obj_t
433
void (*motion_cb_func) (unsigned short
motion_state
); // Callback function that will run when a change of motion state is detected.
557
inv_set_motion_callback(void (*func) (unsigned short
motion_state
));
ml.c
320
inv_obj.
motion_state
= INV_MOTION; // Motion state
448
inv_obj.
motion_state
= INV_MOTION;
[
all
...]
Completed in 1170 milliseconds