Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_neorv32.c124 const uint8_t prscx_max = FIELD_GET(NEORV32_UART_CTRL_PRSC, NEORV32_UART_CTRL_PRSC); in neorv32_uart_configure() local
190 if (prscx > prscx_max) { in neorv32_uart_configure()