Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32f4xx_exti.c38 s->exti_rtsr = 0x00000000; in stm32f4xx_exti_reset()
50 if (((1 << irq) & s->exti_rtsr) && level) { in stm32f4xx_exti_set_irq()
80 return s->exti_rtsr; in stm32f4xx_exti_read()
111 s->exti_rtsr = value; in stm32f4xx_exti_write()
159 VMSTATE_UINT32(exti_rtsr, STM32F4xxExtiState),
/openbmc/qemu/include/hw/misc/
H A Dstm32f4xx_exti.h51 uint32_t exti_rtsr; member