Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dexti.h32 EXTI_TRIGGER_RISING = 0, enumerator
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dexti.c41 } else if (trigger == EXTI_TRIGGER_RISING) { in extiEnableIntLine()
Drtc.c155 extiEnableIntLine(EXTI_LINE_RTC_WKUP, EXTI_TRIGGER_RISING); in rtcSetDefaultDateTimeAndPrescalar()
Dspi.c482 extiEnableIntGpio(pdev->nss, EXTI_TRIGGER_RISING); in stmSpiSlaveSetCsInterrupt()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c824 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); in enableInterrupt()