Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c29 volatile uint32_t RTSR; member
40 EXTI->RTSR |= (1UL << line); in extiEnableIntLine()
43 EXTI->RTSR |= (1UL << line); in extiEnableIntLine()
46 EXTI->RTSR &= ~(1UL << line); in extiEnableIntLine()