r_uartn_callback_receiveend


Performs processing in response to the UART reception end interrupt INTSRn.

Remark

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

[Syntax]

static  void    r_uartn_callback_receiveend ( void );

Remark

n is the channel number.

[Argument(s)]

None.

[Return value]

None.