Home
last modified time | relevance | path

Searched refs:USART_CTL0_TEN (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c214 ctl &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c288 ctl &= ~USART_CTL0_TEN; in usart_transmit_config()
289 ctl |= (USART_CTL0_TEN & txconfig); in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h82 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c218 ctl &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c220 ctl &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h85 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c238 ctl &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h87 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h90 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c205 USART_CTL0(usart_periph) &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c213 USART_CTL0(usart_periph) &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c205 USART_CTL0(usart_periph) &= ~USART_CTL0_TEN; in usart_transmit_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h64 #define USART_CTL0_TEN BIT(3) /*!< enable transmitter … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h65 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h66 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h105 #define USART_CTL0_TEN BIT(3) /*!< transmitter enable */ macro