Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_cc32xx.c117 unsigned long cc32xx_errs = 0L; in uart_cc32xx_err_check() local
120 cc32xx_errs = MAP_UARTRxErrorGet(config->base); in uart_cc32xx_err_check()
123 z_err = ((cc32xx_errs & UART_RXERROR_OVERRUN) ? in uart_cc32xx_err_check()
125 ((cc32xx_errs & UART_RXERROR_BREAK) ? UART_BREAK : 0) | in uart_cc32xx_err_check()
126 ((cc32xx_errs & UART_RXERROR_PARITY) ? UART_ERROR_PARITY : 0) | in uart_cc32xx_err_check()
127 ((cc32xx_errs & UART_RXERROR_FRAMING) ? UART_ERROR_FRAMING : 0); in uart_cc32xx_err_check()