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

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
exti.h 33 EXTI_TRIGGER_FALLING,
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 133 extiEnableIntGpio(pin, EXTI_TRIGGER_FALLING);
  /device/google/contexthub/firmware/os/platform/stm32/
exti.c 45 } else if (trigger == EXTI_TRIGGER_FALLING) {
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 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/synaptics_s3708/
synaptics_s3708.c 163 extiEnableIntGpio(mTask.pin, EXTI_TRIGGER_FALLING);

Completed in 83 milliseconds