Home
last modified time | relevance | path

Searched defs:USART_CR1_RXNEIE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/char/
H A Dstm32f2xx_usart.h54 #define USART_CR1_RXNEIE (1 << 5) macro
/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.h82 #define USART_CR1_RXNEIE BIT(5) macro