Everything

r_uartfn_callback_error

LIN-UART受信ステータス割り込みINTLSの発生に伴う処理を行います。

備考              API 関数は、LIN-UART通信エラー割り込みINTLSに対応した割り込み処理r_uartfn_interrupt_errorのコールバック・ルーチンとして呼び出されます。

 

[指定形式]

static void   r_dali_callback_error ( uint8_t err_type );

備考              n は、チャネル番号を意味します。

 

[引数]

I/O

引数

説明

O

uint8_t err_type;

LIN-UART受信ステータス割り込みの発生要因

  00000xx1B       オーバラン・エラー

  00000x1xB       パリティ・エラー

  000001xxB       フレーミング・エラー

 

 

[戻り値]

なし