r_rspin_callback_error

Performs processing in response to the RSPI error interrupts.

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

[Syntax]

static void r_rspin_callback_error ( uint8_t err_type );

Remark n is the channel number.

[Argument(s)]

I/O

Argument

Description

O

uint8_t err_type;

Source of the RSPI error interrupt (x is undefined)

xxxx00x1B : Overrun error detection

xxxx01x0B : Mode fault error detection

xxxx10x0B : Parity error detection

[Return value]

None.