Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dstm32-usart.c116 bool over8; in stm32_usart_config_reg_rs485() local
119 over8 = *cr1 & USART_CR1_OVER8; in stm32_usart_config_reg_rs485()
123 if (over8) in stm32_usart_config_reg_rs485()
135 if (over8) in stm32_usart_config_reg_rs485()
155 bool over8; in stm32_usart_config_rs485() local
168 over8 = cr1 & USART_CR1_OVER8; in stm32_usart_config_rs485()
170 if (over8) in stm32_usart_config_rs485()