Searched refs:async_evt_rx_err (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/drivers/serial/ |
| D | uart_renesas_ra_sci.c | 807 static inline void async_evt_rx_err(const struct device *dev, enum uart_rx_stop_reason reason) in async_evt_rx_err() function 868 async_evt_rx_err(dev, UART_ERROR_PARITY); in uart_ra_sci_callback_adapter() 871 async_evt_rx_err(dev, UART_ERROR_FRAMING); in uart_ra_sci_callback_adapter() 874 async_evt_rx_err(dev, UART_ERROR_OVERRUN); in uart_ra_sci_callback_adapter() 877 async_evt_rx_err(dev, UART_BREAK); in uart_ra_sci_callback_adapter()
|
| D | uart_silabs_usart.c | 358 static inline void async_evt_rx_err(struct uart_silabs_data *data, int err_code) in async_evt_rx_err() function 437 async_evt_rx_err(data, status); in uart_silabs_dma_rx_cb() 782 async_evt_rx_err(data, UART_ERROR_OVERRUN); in uart_silabs_isr()
|
| D | uart_stm32.c | 1138 static inline void async_evt_rx_err(struct uart_stm32_data *data, int err_code) in async_evt_rx_err() function 1548 async_evt_rx_err(data, status); in uart_stm32_dma_rx_cb()
|