Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Dusart_gd32.c58 uint32_t word_length; in usart_gd32_init() local
74 word_length = USART_WL_8BIT; in usart_gd32_init()
78 word_length = USART_WL_9BIT; in usart_gd32_init()
82 word_length = USART_WL_9BIT; in usart_gd32_init()
95 usart_word_length_set(cfg->reg, word_length); in usart_gd32_init()