Searched refs:USART_CTL1_RTEN (Results 1 – 6 of 6) sorted by relevance
375 USART_CTL1(usart_periph) |= USART_CTL1_RTEN; in usart_receiver_timeout_enable()386 USART_CTL1(usart_periph) &= ~(USART_CTL1_RTEN); in usart_receiver_timeout_disable()
367 USART_CTL1(usart_periph) |= USART_CTL1_RTEN; in usart_receiver_timeout_enable()378 USART_CTL1(usart_periph) &= ~(USART_CTL1_RTEN); in usart_receiver_timeout_disable()
100 #define USART_CTL1_RTEN BIT(23) /*!< receiver timeout enable */ macro
98 #define USART_CTL1_RTEN BIT(23) /*!< receiver timeout en… macro
101 #define USART_CTL1_RTEN BIT(23) /*!< receiver timeout en… macro