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.
[Syntax]
#include "r_cg_macrodriver.h"
static void r_riicn_callback_receiveerror ( MD_STATUS status );
|
Remark | n is the channel number. |
[Argument(s)]
|
|
|
|
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.