Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dstm32-usart.h205 #define USART_CR3_DEM BIT(14) /* F7 */ macro
Dstm32-usart.c118 *cr3 |= USART_CR3_DEM; in stm32_usart_config_reg_rs485()
192 USART_CR3_DEM | USART_CR3_DEP); in stm32_usart_config_rs485()
988 cr3 &= ~(USART_CR3_DEM | USART_CR3_DEP); in stm32_usart_set_termios()