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

/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c104 tMLXCallbackInterrupt mlxCallbackInterrupt; variable
318 memset(&mlxCallbackInterrupt, 0, sizeof(tMLXCallbackInterrupt));
394 if (mlxCallbackInterrupt.numInterruptProcesses <=
398 for (kk = 0; kk < mlxCallbackInterrupt.numInterruptProcesses; ++kk) {
399 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
404 mlxCallbackInterrupt.processInterruptCb[mlxCallbackInterrupt.
406 mlxCallbackInterrupt.numInterruptProcesses++;
422 for (kk = 0; kk < mlxCallbackInterrupt.numInterruptProcesses; ++kk) {
423 if (mlxCallbackInterrupt
[all...]

Completed in 285 milliseconds