Performs processing in response to the LIN-UART reception status interrupt INTLS.
Remark This API function is called as the callback routine of interrupt process r_uartfn_interrupt_error corresponding to the LIN-UART reception status interrupt INTLS.
[Syntax]
static void r_uartfn_callback_error ( uint8_t err_type );
Remark n is the channel number.
[Argument(s)]
I/O |
Argument |
Description |
O |
uint8_t err_type; |
Trigger for LIN-UART reception status interrupt 00000xx1B: Overrun error 00000x1xB: Parity error 000001xxB: Framing error |
[Return value]
None.