Everything

r_csigm_callback_error


Performs processing in response to the CSIG error interrupt.

Remark

This API function is called as the callback routine of interrupt process r_csigm_interrupt_errorcorresponding to the CSIG error interrupt.

[Syntax]

#include    "r_cg_macrodriver.h"
void    r_csigm_callback_error ( uint8_t err_type );

Remark

m is the channel number.

[Argument(s)]

I/O

Argument(s)

Description

O

uint8_t err_type;

Trigger for CSIG error interrupt

0000x0x1B: Overrun error

0000x01xB: Parity error

000010xxB: Data consistency check error

[Return value]

None.