OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motion_cb_func
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlSetGyroBias.c
158
if (inv_params_obj.
motion_cb_func
) {
159
inv_params_obj.
motion_cb_func
(INV_MOTION);
169
if (inv_params_obj.
motion_cb_func
) {
170
inv_params_obj.
motion_cb_func
(INV_NO_MOTION);
mlBiasNoMotion.c
69
inv_params_obj.
motion_cb_func
= func;
ml.h
433
void (*
motion_cb_func
) (unsigned short motion_state); // Callback function that will run when a change of motion state is detected.
member in struct:inv_params_obj
Completed in 66 milliseconds