Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dstm32f2xx_usart.h52 #define USART_CR1_TXEIE (1 << 7) macro
/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.h84 #define USART_CR1_TXEIE BIT(7) macro