Searched refs:USART_HardwareFlowControl_RTS_CTS (Results 1 – 8 of 8) sorted by relevance
159 #define USART_HardwareFlowControl_RTS_CTS ((uint16_t)0x0300) macro164 ((CONTROL) == USART_HardwareFlowControl_RTS_CTS))
159 #define USART_HardwareFlowControl_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) macro164 ((CONTROL) == USART_HardwareFlowControl_RTS_CTS))
89 #define USART_HardwareFlowControl_RTS_CTS ((uint16_t)0x0300) macro
164 #define USART_HardwareFlowControl_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) macro169 ((CONTROL) == USART_HardwareFlowControl_RTS_CTS))
157 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_RTS_CTS; in air32_configure()
111 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_RTS_CTS; in ft32_configure()
Completed in 53 milliseconds