Performs processing in response to detection of overrun error.
Remark This API function is called as the callback routine of interrupt process r_uartmgn_interrupt_receive corresponding to the UARTMG reception end interrupt INTSRMGn (process performed when the amount of data received is greater than the argument rx_num specified for R_UARTMGn_Receive).
[Syntax]
#include “r_cg_macrodriver.h”
static void r_uartmgn_callback_softwareoverrun ( uint16_t rx_data );
Remark n is the channel number.
[Argument(s)]
I/O |
Argument |
Description |
I |
uint16_t rx_data; |
Receive data (greater than the argument rx_num specified for R_UARTMGn_Receive) |
[Return value]
None.