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

  /device/google/contexthub/firmware/os/platform/stm32/
hostIntf.c 79 extiEnableIntGpio(mShWakeupGpio, EXTI_TRIGGER_BOTH);
spi.c 482 extiEnableIntGpio(pdev->nss, EXTI_TRIGGER_RISING);
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
exti.h 73 static inline void extiEnableIntGpio(const struct Gpio *__restrict gpioHandle, enum ExtiTrigger trigger)
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 133 extiEnableIntGpio(pin, EXTI_TRIGGER_FALLING);
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 108 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH);
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 125 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 163 extiEnableIntGpio(mTask.pin, EXTI_TRIGGER_FALLING);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 287 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH);
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 468 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 357 extiEnableIntGpio(pin, trigger);
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 684 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 1023 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 120 milliseconds