r_uartn_interrupt_receive


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

Remark

This API function is called as the interrupt process corresponding to the UART reception end interrupt INTSRn.

[Syntax]

CA78K0R Compiler

__interrupt static  void    r_uartn_interrupt_receive ( void );

 

CC-RL Compiler

static  void  __near r_uartn_interrupt_receive ( void );

Remark

n is the channel number.

[Argument(s)]

None.

[Return value]

None.