Searched refs:USART_CR3_DEP (Results 1 – 6 of 6) sorted by relevance
104 #define USART_CR3_DEP BIT(15) macro
227 MODIFY_REG(huart->Instance->CR3, USART_CR3_DEP, Polarity); in HAL_RS485Ex_Init()
615 #define UART_DE_POLARITY_LOW USART_CR3_DEP /*!< Driver enable signal is ac…
16044 #define USART_CR3_DEP USART_CR3_DEP_Msk /*!< Driver Enable P… macro