r_uartfn_callback_softwareoverrun


Performs processing in response to detection of overrun error.

Remark

This API function is called as the callback routine of interrupt process r_uartfn_interrupt_receive corresponding to the LIN-UART reception end interrupt INTLR (performed when number of received data specified by R_UARTFn_Receive argument rx_num has been completed).

[Syntax]

static  void    r_uartfn_callback_softwareoverrun ( void );

Remark

n is the channel number.

[Argument(s)]

None.

[Return value]

None.