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

/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl.h162 inv_error_t inv_interrupt_handler(unsigned char intSource);
H A Dmldl.c1065 * @param intSource MPU, AUX1, AUX2, or timer. Can be one of: INTSRC_MPU, INTSRC_AUX1,
1070 inv_error_t inv_interrupt_handler(unsigned char intSource) argument
1074 if (intSource >= NUM_OF_INTSOURCES) {
1079 intTrigger[intSource] = INT_TRIGGERED;
1082 if (intSource == INTSRC_AUX1 || intSource == INTSRC_TIMER) {

Completed in 54 milliseconds