Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1158 USART_GDCTL(usart_periph) |= USART_GDCTL_CDEN; in usart_collision_detection_enable()
1169 USART_GDCTL(usart_periph) &= ~(USART_GDCTL_CDEN); in usart_collision_detection_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h167 #define USART_GDCTL_CDEN BIT(1) /*!< collision detection enable */ macro