Everything

r_uartmgn_callback_error

Performs processing in response to the UARTMG reception error interrupt INTSREMGn.

Remark         This API function is called as the callback routine of interrupt process r_uartmgn_interrupt_error corresponding to the UARTMG reception error interrupt INTSREMGn.

 

[Syntax]

#include    “r_cg_macrodriver.h”

static void   r_uartmgn_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:          Overrn error

  00000x1xB:          Framing error

  000001xxB:          Parity error

 

 

[Return value]

None.