Searched refs:UART_HWCONTROL_RTS_CTS (Results 1 – 6 of 6) sorted by relevance
104 COM_HWCONTROL_RTS_CTS = UART_HWCONTROL_RTS_CTS,
291 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) macro819 ((CONTROL) == UART_HWCONTROL_RTS_CTS))
685 huart1.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in MX_USART1_UART_Init()
170 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in stm32_configure()
182 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in stm32_configure()
Completed in 22 milliseconds