Everything

r_iican_callback_slave_error

Performs processing in response to detection of IICA slave communication error.

 

[Syntax]

#include    “r_cg_macrodriver.h”

static void   r_iican_callback_slave_error ( MD_STATUS flag );

Remark         n is the channel number.

 

[Argument(s)]

I/O

Argument

Description

I

MD_STATUS flag;

Cause of communication error

  MD_ERROR:             Address mismatch detected

  MD_NACK:               Acknowledge not detected

(Master receiving end)

 

[Return value]

None.