Searched defs:USART_SR_RXNE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/char/ | ||
H A D | stm32f2xx_usart.h | 49 #define USART_SR_RXNE (1 << 5) macro |
/openbmc/linux/drivers/tty/serial/ | ||
H A D | stm32-usart.h | 47 #define USART_SR_RXNE BIT(5) macro |