Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_neorv32.c30 #define NEORV32_UART_CTRL_PRSC GENMASK(5, 3) macro
124 const uint8_t prscx_max = FIELD_GET(NEORV32_UART_CTRL_PRSC, NEORV32_UART_CTRL_PRSC); in neorv32_uart_configure()
206 ctrl &= ~(NEORV32_UART_CTRL_BAUD | NEORV32_UART_CTRL_PRSC); in neorv32_uart_configure()
208 FIELD_PREP(NEORV32_UART_CTRL_PRSC, prscx); in neorv32_uart_configure()