Searched refs:motion_cb_func (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlSetGyroBias.c158 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);
H A DmlBiasNoMotion.c69 inv_params_obj.motion_cb_func = func;
H A Dml.h433 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 475 milliseconds