Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c349 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
350 USART_CTL1(usart_periph) |= (USART_CTL1_LBLEN & lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c451 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
452 USART_CTL1(usart_periph) |= (USART_CTL1_LBLEN & lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c458 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
459 USART_CTL1(usart_periph) |= (USART_CTL1_LBLEN & lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c503 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
504 USART_CTL1(usart_periph) |= (USART_CTL1_LBLEN & lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c600 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
601 USART_CTL1(usart_periph) |= USART_CTL1_LBLEN & (lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c574 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
575 USART_CTL1(usart_periph) |= USART_CTL1_LBLEN & (lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c553 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
554 USART_CTL1(usart_periph) |= USART_CTL1_LBLEN & (lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c585 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()
587 USART_CTL1(usart_periph) |= (USART_CTL1_LBLEN & lblen); in usart_lin_break_detection_length_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h96 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame length… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h99 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame length */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h101 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame length */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h105 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame length */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h85 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame length */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h85 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame len… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h86 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame len… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h120 #define USART_CTL1_LBLEN BIT(5) /*!< LIN break frame length */ macro