Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_renesas_ra_sci.c24 #define SCI_UART_SSR_FIFO_ERR_MSK \ macro
742 cfg->regs->SSR_FIFO &= (uint8_t) ~(SCI_UART_SSR_FIFO_ERR_MSK); in uart_ra_sci_async_rx_enable()