Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_neorv32.c129 uint8_t prscx = 0; in neorv32_uart_configure() local
181 if ((prscx == 2) || (prscx == 4)) { in neorv32_uart_configure()
187 prscx++; in neorv32_uart_configure()
190 if (prscx > prscx_max) { in neorv32_uart_configure()
208 FIELD_PREP(NEORV32_UART_CTRL_PRSC, prscx); in neorv32_uart_configure()