Searched refs:USART_CR3_RTSE (Results 1 – 6 of 6) sorted by relevance
336 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…338 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …1092 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \1093 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \1110 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\1111 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
97 #define USART_CR3_RTSE BIT(8) macro
130 #define USART_CR3_FIELDS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE | USART_CR3_ONEBIT| \133 #define USART_CR3_FIELDS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE | USART_CR3_ONEBIT)) /*!< UA…
16023 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro