Home
last modified time | relevance | path

Searched refs:USART_CTL1_RTEN (Results 1 – 6 of 6) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c375 USART_CTL1(usart_periph) |= USART_CTL1_RTEN; in usart_receiver_timeout_enable()
386 USART_CTL1(usart_periph) &= ~(USART_CTL1_RTEN); in usart_receiver_timeout_disable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c367 USART_CTL1(usart_periph) |= USART_CTL1_RTEN; in usart_receiver_timeout_enable()
378 USART_CTL1(usart_periph) &= ~(USART_CTL1_RTEN); in usart_receiver_timeout_disable()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c367 USART_CTL1(usart_periph) |= USART_CTL1_RTEN; in usart_receiver_timeout_enable()
378 USART_CTL1(usart_periph) &= ~(USART_CTL1_RTEN); in usart_receiver_timeout_disable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h100 #define USART_CTL1_RTEN BIT(23) /*!< receiver timeout enable */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h98 #define USART_CTL1_RTEN BIT(23) /*!< receiver timeout en… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h101 #define USART_CTL1_RTEN BIT(23) /*!< receiver timeout en… macro