Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c281 USART_CTL1(usart_periph) |= USART_CTL1_TINV; in usart_invert_config()
284 USART_CTL1(usart_periph) &= ~(USART_CTL1_TINV); in usart_invert_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c273 USART_CTL1(usart_periph) |= USART_CTL1_TINV; in usart_invert_config()
276 USART_CTL1(usart_periph) &= ~(USART_CTL1_TINV); in usart_invert_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c273 USART_CTL1(usart_periph) |= USART_CTL1_TINV; in usart_invert_config()
276 USART_CTL1(usart_periph) &= ~(USART_CTL1_TINV); in usart_invert_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h95 #define USART_CTL1_TINV BIT(17) /*!< TX pin level inversion */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h95 #define USART_CTL1_TINV BIT(17) /*!< TX pin level invers… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h96 #define USART_CTL1_TINV BIT(17) /*!< TX pin level invers… macro