Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_opentitan.c29 #define UART_FIFO_CTRL_RXRST_BIT BIT(0) macro
51 sys_write32(UART_FIFO_CTRL_RXRST_BIT | UART_FIFO_CTRL_TXRST_BIT, in uart_opentitan_init()