Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dstm32f2xx_usart.c94 s->usart_cr3 = 0x00000000; in stm32f2xx_usart_reset()
127 return s->usart_cr3; in stm32f2xx_usart_read()
185 s->usart_cr3 = value; in stm32f2xx_usart_write()
/openbmc/qemu/include/hw/char/
H A Dstm32f2xx_usart.h73 uint32_t usart_cr3; member