Searched refs:SCI_UART_SSR_ERR_MSK (Results 1 – 1 of 1) sorted by relevance
23 #define SCI_UART_SSR_ERR_MSK (R_SCI0_SSR_ORER_Msk | R_SCI0_SSR_FER_Msk | R_SCI0_SSR_PER_Msk) macro746 cfg->regs->SSR = (uint8_t)~SCI_UART_SSR_ERR_MSK; in uart_ra_sci_async_rx_enable()