Home
last modified time | relevance | path

Searched refs:USART_GDCTL_CDIE (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1136 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()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h169 #define USART_GDCTL_CDIE BIT(16) /*!< collision detected interrupt enable */ macro