Home
last modified time | relevance | path

Searched refs:EXTI_TRIGGER_RISING (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dexti.h32 EXTI_TRIGGER_RISING = 0, enumerator
/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c151 extiEnableIntLine(EXTI_LINE_RTC_WKUP, EXTI_TRIGGER_RISING); in rtcSetDefaultDateTimeAndPrescalar()
Dexti.c42 } else if (trigger == EXTI_TRIGGER_RISING) { in extiEnableIntLine()
Dspi.c482 extiEnableIntGpio(pdev->nss, EXTI_TRIGGER_RISING); in stmSpiSlaveSetCsInterrupt()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c468 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); 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/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()