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