Performs processing in response to the DALI reception error interrupt INTSREDLn.
Remark This API function is called as the callback routine of interrupt process r_dalin_interrupt_error corresponding to the DALI reception error interrupt INTSREDLn.
[Syntax]
#include “r_cg_macrodriver.h”
static void r_dalin_callback_error ( uint8_t err_type );
Remark n is the channel number.
[Argument(s)]
I/O |
Argument |
Description |
O |
uint8_t err_type; |
Trigger for DALI reception error interrupt 00000xx1B: Overrun error 00000x1xB: Parity error 000001xxB: Framing error |
[Return value]
None.