Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1433 USART5_CTL1(usart_periph) |= USART5_CTL1_ABDEN; in usart5_autobaud_detection_enable()
1444 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ABDEN); in usart5_autobaud_detection_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h207 #define USART5_CTL1_ABDEN BIT(20) /*!< auto baud rate enable */ macro