Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c249 USART_CTL1(usart_periph) &= ~(USART_CTL1_MSBF); in usart_data_first_config()
250 USART_CTL1(usart_periph) |= (USART_CTL1_MSBF & msbf); in usart_data_first_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c241 USART_CTL1(usart_periph) &= ~(USART_CTL1_MSBF); in usart_data_first_config()
242 USART_CTL1(usart_periph) |= (USART_CTL1_MSBF & msbf); in usart_data_first_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c241 USART_CTL1(usart_periph) &= ~(USART_CTL1_MSBF); in usart_data_first_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h97 #define USART_CTL1_MSBF BIT(19) /*!< most significant bi… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h97 #define USART_CTL1_MSBF BIT(19) /*!< most significant bit firs… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h98 #define USART_CTL1_MSBF BIT(19) /*!< most significant bi… macro