Searched refs:Isr1 (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 261 struct ChainedIsr Isr1; member 826 mTask.Isr1.func = st_acc44_int1_isr; in st_acc44_startTask() 827 enableInterrupt(mTask.Int1, &mTask.Isr1); in st_acc44_startTask() 840 disableInterrupt(mTask.Int1, &mTask.Isr1); in st_acc44_endTask()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 242 struct ChainedIsr Isr1; member 1027 mTask.Isr1.func = st_mag40_int1_isr; in startTask() 1028 enableInterrupt(mTask.Int1, &mTask.Isr1); in startTask() 1070 disableInterrupt(mTask.Int1, &mTask.Isr1); in endTask()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 621 struct ChainedIsr Isr1; member 899 TASK = container_of(isr, struct ICM40600Task, Isr1); 1889 enableInterrupt(T(Int1), T(Irq1), &T(Isr1)); 1899 disableInterrupt(T(Int1), T(Irq1), &T(Isr1)); 3157 T(Isr1).func = icm40600Isr1; 3268 disableInterrupt(T(Int1), T(Irq1), &T(Isr1));
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 516 struct ChainedIsr Isr1; member 904 TASK = container_of(isr, struct BMI160Task, Isr1); 3816 T(Isr1).func = bmi160Isr1; 3975 enableInterrupt(T(Int1), T(Irq1), &T(Isr1)); 3996 disableInterrupt(mTask.Int1, mTask.Irq1, &mTask.Isr1);
|