Searched refs:USART_GDCTL_CDIE (Results 1 – 2 of 2) sorted by relevance
1136 USART_GDCTL(usart_periph) |= USART_GDCTL_CDIE; in usart_collision_detected_interrupt_enable()1147 USART_GDCTL(usart_periph) &= ~(USART_GDCTL_CDIE); in usart_collision_detected_interrupt_disable()
169 #define USART_GDCTL_CDIE BIT(16) /*!< collision detected interrupt enable */ macro