Performs processing in response to the UART error interrupt.
Remark | This API function is called as the callback routine of interrupt process r_uartm_interrupt_errorcorresponding to the UART error interrupt. |
Syntax
#include "r_cg_macrodriver.h"
void r_uartm_callback_error ( uint8_t err_type );
|
Remark | m is the channel number. |
Argument(s)
|
|
|
|
uint8_t err_type;
|
Trigger for UART error interrupt
0x00xx01B Bit error
0x00x10xB Overrun error
0x001x0xB Framing error
0100xx0xB Parity error
|
Return value
None.