Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_apbuart.c492 const uint32_t APBUART_DEBUG_MASK = APBUART_CTRL_DB | APBUART_CTRL_FL; in apbuart_init() local
499 dm = ctrl & APBUART_DEBUG_MASK; in apbuart_init()
500 if (dm == APBUART_DEBUG_MASK) { in apbuart_init()