HomeSort by relevance Sort by last modified time
    Searched refs:motion_cb_func (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/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 32 milliseconds