r_uartn_callback_error


Performs processing in response to the UART reception error interrupt INTSREn.

Remark

This API function is called as the callback routine of interrupt process r_uartn_interrupt_error corresponding to the UART reception error interrupt INTSREn.

[Syntax]

#include    "r_cg_macrodriver.h"
static  void    r_uartn_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 UART reception error interrupt

00000xx1B: Overrun error

00000x1xB: Parity error

000001xxB: Framing error

[Return value]

None.