Searched refs:USART5_CTL1_ABDM (Results 1 – 2 of 2) sorted by relevance
1460 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ABDM); in usart5_autobaud_detection_mode_config()1461 USART5_CTL1(usart_periph) |= (USART5_CTL1_ABDM & abdmod); in usart5_autobaud_detection_mode_config()
208 #define USART5_CTL1_ABDM BITS(21,22) /*!< auto baud rate mode */ macro