Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dstm32f2xx_usart.h51 #define USART_CR1_UE (1 << 13) macro
/openbmc/qemu/hw/char/
H A Dstm32f2xx_usart.c71 if (!(s->usart_cr1 & USART_CR1_UE && s->usart_cr1 & USART_CR1_RE)) { in stm32f2xx_usart_receive()