Everything

r_csimn_callback_error

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

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

 

[Syntax]

#include    “r_cg_macrodriver.h”

static void   r_csimn_callback_error ( uint8_t err_type );

Remark         m is the unit number, and n is the channel number.

 

[Argument(s)]

I/O

Argument

Description

O

uint8_t err_type;

Trigger for CSI reception error interrupt

  00000xx1B:         Overrun error

 

[Return value]

None.