Searched refs:USART_CR2_RXINV (Results 1 – 6 of 6) sorted by relevance
77 #define USART_CR2_RXINV BIT(16) macro
516 #define UART_ADVFEATURE_RXINV_ENABLE USART_CR2_RXINV /*!< RX pin active level invers…
2590 MODIFY_REG(huart->Instance->CR2, USART_CR2_RXINV, huart->AdvancedInit.RxPinLevelInvert); in UART_AdvFeatureConfig()
15971 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro