Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c285 USART_CTL1(usart_periph) |= USART_CTL1_STRP; in usart_invert_config()
288 USART_CTL1(usart_periph) &= ~(USART_CTL1_STRP); in usart_invert_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c293 USART_CTL1(usart_periph) |= USART_CTL1_STRP; in usart_invert_config()
296 USART_CTL1(usart_periph) &= ~(USART_CTL1_STRP); in usart_invert_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c285 USART_CTL1(usart_periph) |= USART_CTL1_STRP; in usart_invert_config()
288 USART_CTL1(usart_periph) &= ~(USART_CTL1_STRP); in usart_invert_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h93 #define USART_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h93 #define USART_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h94 #define USART_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro