Searched refs:UART_HWCONTROL_RTS (Results 1 – 11 of 11) sorted by relevance
201 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) macro625 ((CONTROL) == UART_HWCONTROL_RTS) || \
143 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
146 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
305 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) /*!< … macro1119 ((__CONTROL__) == UART_HWCONTROL_RTS) || \
385 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S… macro1312 ((__CONTROL__) == UART_HWCONTROL_RTS) || \
168 UartContext[obj->UartId].UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()