Home
last modified time | relevance | path

Searched refs:EXTI_TRIGGER_RISING (Results 1 – 6 of 6) 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_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);