Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32f4xx_exti.c40 s->exti_swier = 0x00000000; in stm32f4xx_exti_reset()
84 return s->exti_swier; in stm32f4xx_exti_read()
117 s->exti_swier = value; in stm32f4xx_exti_write()
161 VMSTATE_UINT32(exti_swier, STM32F4xxExtiState),
/openbmc/qemu/include/hw/misc/
H A Dstm32f4xx_exti.h53 uint32_t exti_swier; member