Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c115 #define SCI_UART_CSR_PER_MASK (0x08000000) macro
116 …RCVR_ERR_MASK (SCI_UART_CSR_ORER_MASK | SCI_UART_CSR_FER_MASK | SCI_UART_CSR_PER_MASK)
1893 if (csr & SCI_UART_CSR_PER_MASK) in sci_uart_eri_isr()