Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c478 USART_CTL1(usart_periph) &= ~(USART_CTL1_ABDM); in usart_autobaud_detection_mode_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c452 USART_CTL1(usart_periph) &= ~(USART_CTL1_ABDM); in usart_autobaud_detection_mode_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h99 #define USART_CTL1_ABDM BITS(21,22) /*!< auto baud rate mode */ macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h100 #define USART_CTL1_ABDM BITS(21,22) /*!< auto baud rate mode… macro