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