Home
last modified time | relevance | path

Searched refs:USART_CTL1_ABDEN (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c451 USART_CTL1(usart_periph) |= USART_CTL1_ABDEN; in usart_autobaud_detection_enable()
462 USART_CTL1(usart_periph) &= ~(USART_CTL1_ABDEN); in usart_autobaud_detection_disable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c425 USART_CTL1(usart_periph) |= USART_CTL1_ABDEN; in usart_autobaud_detection_enable()
436 USART_CTL1(usart_periph) &= ~(USART_CTL1_ABDEN); in usart_autobaud_detection_disable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h98 #define USART_CTL1_ABDEN BIT(20) /*!< auto baud rate enable */ macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h99 #define USART_CTL1_ABDEN BIT(20) /*!< auto baud rate enab… macro