Searched refs:USART5_CTL1_RTEN (Results 1 – 2 of 2) sorted by relevance
387 USART5_CTL1(usart_periph) |= USART5_CTL1_RTEN; in usart_receiver_timeout_enable()404 USART5_CTL1(usart_periph) &= ~USART5_CTL1_RTEN; in usart_receiver_timeout_disable()
209 #define USART5_CTL1_RTEN BIT(23) /*!< receiver timeout enable */ macro