Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c583 ctl &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1036 ctl &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
1037 ctl |= (USART_CTL2_CTSEN & ctsconfig); in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c711 ctl &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h115 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c718 ctl &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h118 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c763 ctl &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h120 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h124 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c907 USART_CTL2(usart_periph) &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c881 USART_CTL2(usart_periph) &= ~USART_CTL2_CTSEN; in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c860 USART_CTL2(usart_periph) &= ~(USART_CTL2_CTSEN); in usart_hardware_flow_cts_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h113 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h111 #define USART_CTL2_CTSEN BIT(9) /*!< enable CTS */ macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h114 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h139 #define USART_CTL2_CTSEN BIT(9) /*!< CTS enable */ macro