Performs processing in response to the RSPI error interrupts.
[Syntax]
static void r_rspin_callback_error ( uint8_t err_type );
|
Remark | n is the channel number. |
[Argument(s)]
|
|
|
|
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.