Searched refs:USART_CTL1_ABDEN (Results 1 – 4 of 4) sorted by relevance
451 USART_CTL1(usart_periph) |= USART_CTL1_ABDEN; in usart_autobaud_detection_enable()462 USART_CTL1(usart_periph) &= ~(USART_CTL1_ABDEN); in usart_autobaud_detection_disable()
425 USART_CTL1(usart_periph) |= USART_CTL1_ABDEN; in usart_autobaud_detection_enable()436 USART_CTL1(usart_periph) &= ~(USART_CTL1_ABDEN); in usart_autobaud_detection_disable()
98 #define USART_CTL1_ABDEN BIT(20) /*!< auto baud rate enable */ macro
99 #define USART_CTL1_ABDEN BIT(20) /*!< auto baud rate enab… macro