Home
last modified time | relevance | path

Searched refs:USART5_CTL1_STRP (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1389 USART5_CTL1(usart_periph) |= USART5_CTL1_STRP; in usart5_invert_config()
1392 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_STRP); in usart5_invert_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h202 #define USART5_CTL1_STRP BIT(15) /*!< swap TX/RX pins */ macro