Searched refs:USART_WL_8BIT (Results 1 – 5 of 5) sorted by relevance
77 usart_word_length_set(usart->usart_base, USART_WL_8BIT); in gd32_configure()84 usart_word_length_set(usart->usart_base, USART_WL_8BIT); in gd32_configure()
266 usart_word_length_set(uart->uart_periph, USART_WL_8BIT); in gd32_uart_configure()
212 #define USART_WL_8BIT CTL0_WL(0) /*!< 8 bits */ macro
446 usart_word_length_set(uart->uart_periph, USART_WL_8BIT); in gd32_uart_configure()
841 usart_word_length_set(uart->periph, USART_WL_8BIT); in gd32_uart_configure()
Completed in 16 milliseconds