Searched refs:USART5_CTL1_STRP (Results 1 – 2 of 2) sorted by relevance
1389 USART5_CTL1(usart_periph) |= USART5_CTL1_STRP; in usart5_invert_config()1392 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_STRP); in usart5_invert_config()
202 #define USART5_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro