Performs processing in response to the CSIH error interrupt.
Remark | This API function is called as the callback routine of interrupt process r_csihm_interrupt_errorcorresponding to the CSIH error interrupt. |
[Syntax]
#include "r_cg_macrodriver.h"
void r_csihm_callback_error ( uint8_t err_type );
|
Remark | m is the channel number. |
[Argument(s)]
|
|
|
|
uint8_t err_type;
|
Trigger for CSIH error interrupt
0000x0x1B: Overrun error
0000x01xB: Parity error
000010xxB: Data consistency check error
|
[Return value]
None.