Searched refs:USART5_CTL1_RINV (Results 1 – 2 of 2) sorted by relevance
1383 USART5_CTL1(usart_periph) |= USART5_CTL1_RINV; in usart5_invert_config()1386 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_RINV); in usart5_invert_config()
203 #define USART5_CTL1_RINV BIT(16) /*!< RX pin level inversion */ macro