Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32f4xx_exti.c39 s->exti_ftsr = 0x00000000; in stm32f4xx_exti_reset()
55 if (((1 << irq) & s->exti_ftsr) && !level) { in stm32f4xx_exti_set_irq()
82 return s->exti_ftsr; in stm32f4xx_exti_read()
114 s->exti_ftsr = value; in stm32f4xx_exti_write()
160 VMSTATE_UINT32(exti_ftsr, STM32F4xxExtiState),
/openbmc/qemu/include/hw/misc/
H A Dstm32f4xx_exti.h52 uint32_t exti_ftsr; member