Searched refs:USART_CTL1_STRP (Results 1 – 6 of 6) sorted by relevance
285 USART_CTL1(usart_periph) |= USART_CTL1_STRP; in usart_invert_config()288 USART_CTL1(usart_periph) &= ~(USART_CTL1_STRP); in usart_invert_config()
293 USART_CTL1(usart_periph) |= USART_CTL1_STRP; in usart_invert_config()296 USART_CTL1(usart_periph) &= ~(USART_CTL1_STRP); in usart_invert_config()
93 #define USART_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro
94 #define USART_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro