Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_apbuart.c240 uint32_t newctrl = 0; in apbuart_configure() local
246 newctrl |= APBUART_CTRL_PE; in apbuart_configure()
249 newctrl |= APBUART_CTRL_PE | APBUART_CTRL_PS; in apbuart_configure()
267 newctrl |= APBUART_CTRL_FL; in apbuart_configure()
277 regs->ctrl = ctrl | newctrl; in apbuart_configure()