Everything

r_riicn_callback_receiveerror

Of the internal processing for transfer errors and event generation interrupts (EEI), this function handles processing specialized in the arbitration-lost detection, NACK detection, and timeout detection.

Remark         This API function is called as the r_riicn_error_interrupt callback routine.

 

[Syntax]

#include       "r_cg_macrodriver.h"

static void    r_riicn_callback_receiveerror ( MD_STATUS status );

Remark         n is the channel number.

 

[Argument(s)]

I/O

Argument

Description

I

MD_STATUS status;

Source of the transfer errors and event generation interrupts

MD_ERROR1               : Arbitration-lost detection

MD_ERROR2               : Timeout detection

MD_ERROR3               : NACK detection

 

[Return value]

None.