Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c432 ctl &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
434 ctl |= (USART_CTL1_CLEN & clen) | (USART_CTL1_CPH & cph) | (USART_CTL1_CPL & cpl); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c534 ctl &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
536 ctl |= (USART_CTL1_CLEN & clen) | (USART_CTL1_CPH & cph) | (USART_CTL1_CPL & cpl); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c541 ctl &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
543 ctl |= (USART_CTL1_CLEN & clen) | (USART_CTL1_CPH & cph) | (USART_CTL1_CPL & cpl); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c586 ctl &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
588 ctl |= (USART_CTL1_CLEN & clen) | (USART_CTL1_CPH & cph) | (USART_CTL1_CPL & cpl); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c683 USART_CTL1(usart_periph) &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
685 USART_CTL1(usart_periph) |= (USART_CTL1_CLEN & clen); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c657 USART_CTL1(usart_periph) &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
659 USART_CTL1(usart_periph) |= (USART_CTL1_CLEN & clen); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c636 USART_CTL1(usart_periph) &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
638 USART_CTL1(usart_periph) |= (USART_CTL1_CLEN & clen); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c704 ctl &= ~(USART_CTL1_CLEN | USART_CTL1_CPH | USART_CTL1_CPL); in usart_synchronous_clock_config()
706 ctl |= (USART_CTL1_CLEN & clen) | (USART_CTL1_CPH & cph) | (USART_CTL1_CPL & cpl); in usart_synchronous_clock_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h98 #define USART_CTL1_CLEN BIT(8) /*!< CK length */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h101 #define USART_CTL1_CLEN BIT(8) /*!< CK length */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h103 #define USART_CTL1_CLEN BIT(8) /*!< CK length */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h107 #define USART_CTL1_CLEN BIT(8) /*!< CK length */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h87 #define USART_CTL1_CLEN BIT(8) /*!< last bit clock pulse */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h87 #define USART_CTL1_CLEN BIT(8) /*!< last bit clock puls… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h88 #define USART_CTL1_CLEN BIT(8) /*!< last bit clock puls… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h122 #define USART_CTL1_CLEN BIT(8) /*!< CK length */ macro