Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_neorv32.c130 uint8_t prscx = 0; in neorv32_uart_configure() local
183 if ((prscx == 2) || (prscx == 4)) { in neorv32_uart_configure()
189 prscx++; in neorv32_uart_configure()
192 if (prscx > NEORV32_UART_CTRL_PRSC_MASK) { in neorv32_uart_configure()
198 ctrl |= prscx << NEORV32_UART_CTRL_PRSC_POS; in neorv32_uart_configure()