Home | History | Annotate | Download | only in bosch_bmi160

Lines Matching defs:Int2

403             "PWR-DN", "CFG_CHANGE", "INT1", "INT2", "CALIB", "STEP_CNT", "SYNC", "SAVE_CALIB"};
506 struct Gpio *Int2;
913 if (!extiIsPendingGpio(T(Int2)))
919 extiClearPendingGpio(T(Int2));
3393 // INT1, INT2 enabled, high-edge (push-pull) triggered.
3396 // INT1, INT2 input disabled, interrupt mode: non-latched
3400 // interrupts (e.g., any motion) to INT2
3810 T(Int2) = gpioRequest(BMI160_INT2_PIN);
3969 enableInterrupt(T(Int2), T(Irq2), &T(Isr2));
3990 disableInterrupt(mTask.Int2, mTask.Irq2, &mTask.Isr2);
3992 gpioRelease(mTask.Int2);