Searched refs:USART_CTL3_RTEN (Results 1 – 8 of 8) sorted by relevance
316 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()327 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
323 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()334 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
368 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()379 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
390 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()407 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
126 #define USART_CTL3_RTEN BIT(0) /*!< receiver timeout enable */ macro
128 #define USART_CTL3_RTEN BIT(0) /*!< receiver timeout enable */ macro
133 #define USART_CTL3_RTEN BIT(0) /*!< receiver timeout enable */ macro
148 #define USART_CTL3_RTEN BIT(0) /*!< receiver timeout enable */ macro