HomeSort by relevance Sort by last modified time
    Searched refs:enableInterrupt (Results 1 - 9 of 9) sorted by null

  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 129 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
160 enableInterrupt(mTask.pin, &mTask.isr);
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn)
158 enableInterrupt(mTask.sPin, &mTask.sIsr, HALL_S_IRQ);
159 enableInterrupt(mTask.nPin, &mTask.nIsr, HALL_N_IRQ);
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 104 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
140 enableInterrupt(mTask.pin, &mTask.isr);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 160 static inline void enableInterrupt(bool enable)
338 enableInterrupt(enable);
590 enableInterrupt(false);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 355 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger)
538 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING);
573 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING);
624 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING);
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 285 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
449 enableInterrupt(mTask.pin, &mTask.isr);
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 464 static void inline enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
827 enableInterrupt(mTask.Int1, &mTask.Isr1);
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 680 static void enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
1028 enableInterrupt(mTask.Int1, &mTask.Isr1);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 1019 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr)
    [all...]

Completed in 167 milliseconds