Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_apbuart.c103 #define APBUART_CTRL_PE (1 << 5) macro
246 newctrl |= APBUART_CTRL_PE; in apbuart_configure()
249 newctrl |= APBUART_CTRL_PE | APBUART_CTRL_PS; in apbuart_configure()
276 ctrl &= ~(APBUART_CTRL_PE | APBUART_CTRL_PS | APBUART_CTRL_FL); in apbuart_configure()
289 if (ctrl & APBUART_CTRL_PE) { in apbuart_config_get()