Searched refs:USART5_CTL1_ABDEN (Results 1 – 2 of 2) sorted by relevance
1433 USART5_CTL1(usart_periph) |= USART5_CTL1_ABDEN; in usart5_autobaud_detection_enable()1444 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ABDEN); in usart5_autobaud_detection_disable()
207 #define USART5_CTL1_ABDEN BIT(20) /*!< auto baud rate enable */ macro