Home
last modified time | relevance | path

Searched refs:extiEnableIntGpio (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c79 extiEnableIntGpio(mShWakeupGpio, EXTI_TRIGGER_BOTH); in platHostIntfInit()
Dspi.c482 extiEnableIntGpio(pdev->nss, EXTI_TRIGGER_RISING); in stmSpiSlaveSetCsInterrupt()
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dexti.h73 static inline void extiEnableIntGpio(const struct Gpio *__restrict gpioHandle, enum ExtiTrigger tri… in extiEnableIntGpio() function
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c129 extiEnableIntGpio(pin, EXTI_TRIGGER_FALLING); in enableInterrupt()
/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/synaptics_s3708/
Dsynaptics_s3708.c162 extiEnableIntGpio(mTask.pin, EXTI_TRIGGER_FALLING); 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.c357 extiEnableIntGpio(pin, trigger); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1077 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); in lsm6dsm_enableInterrupt()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c956 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);