Searched refs:UART_HWCONTROL_RTS_CTS (Results 1 – 11 of 11) sorted by relevance
203 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) macro627 ((CONTROL) == UART_HWCONTROL_RTS_CTS))
151 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in UartMcuConfig()
154 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in UartMcuConfig()
307 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) /*!< … macro1121 ((__CONTROL__) == UART_HWCONTROL_RTS_CTS))
387 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and … macro1314 ((__CONTROL__) == UART_HWCONTROL_RTS_CTS))
176 UartContext[obj->UartId].UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in UartMcuConfig()