Home
last modified time | relevance | path

Searched refs:extiEnableIntGpio (Results 1 – 14 of 14) 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.c133 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.c163 extiEnableIntGpio(mTask.pin, EXTI_TRIGGER_FALLING); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c468 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c287 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c684 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c357 extiEnableIntGpio(pin, trigger); in enableInterrupt()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1871 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1023 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1496 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); in lsm6dsm_enableInterrupt()