Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_wch_usart.c32 uint32_t ctlr1 = USART_CTLR1_TE | USART_CTLR1_RE | USART_CTLR1_UE; in usart_wch_init() local
50 ctlr1 |= USART_CTLR1_PCE | USART_CTLR1_PS; in usart_wch_init()
53 ctlr1 |= USART_CTLR1_PCE; in usart_wch_init()
60 regs->CTLR1 = ctlr1; in usart_wch_init()