Home
last modified time | relevance | path

Searched refs:EXTI_TRIGGER_BOTH (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c79 extiEnableIntGpio(mShWakeupGpio, EXTI_TRIGGER_BOTH); in platHostIntfInit()
Dexti.c39 if (trigger == EXTI_TRIGGER_BOTH) { in extiEnableIntLine()
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dexti.h34 EXTI_TRIGGER_BOTH, enumerator
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c108 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c125 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c279 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c959 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_BOTH); in handle_i2c_event()