Home
last modified time | relevance | path

Searched refs:processInterruptCb (Results 1 – 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dml.c100 inv_obj_func processInterruptCb[MAX_INTERRUPT_PROCESSES]; member
399 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) { in inv_register_dmp_interupt_cb()
404 mlxCallbackInterrupt.processInterruptCb[mlxCallbackInterrupt. in inv_register_dmp_interupt_cb()
423 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) { in inv_unregister_dmp_interupt_cb()
427 mlxCallbackInterrupt.processInterruptCb[jj - 1] = in inv_unregister_dmp_interupt_cb()
428 mlxCallbackInterrupt.processInterruptCb[jj]; in inv_unregister_dmp_interupt_cb()
446 if (mlxCallbackInterrupt.processInterruptCb[kk]) in inv_run_dmp_interupt_cb()
447 mlxCallbackInterrupt.processInterruptCb[kk] (&inv_obj); in inv_run_dmp_interupt_cb()