Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1344 ctl &= ~(USART5_CTL1_MSBF); in usart5_data_first_config()
1345 ctl |= (USART5_CTL1_MSBF & msbf); in usart5_data_first_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h206 #define USART5_CTL1_MSBF BIT(19) /*!< most significant bit first */ macro