LIN_ERROR
Bit Field |
Read/Write |
Field Name |
Description |
---|---|---|---|
11 |
W |
CLR_CE |
Clear Checksum error flag |
10 |
W |
CLR_PE |
Clear Parity error flag |
9 |
W |
CLR_BE |
Clear Bit error flag |
8 |
W |
CLR_FE |
Clear Frame error flag |
7 |
R |
CE |
Checksum error: this bit is set to high when all data bytes are received but value of calculated checksum does not equal the value of 255. |
6 |
R |
PE |
Parity error: this bit is set when parity of received identifier is different from calculated parity. |
5 |
R |
BE |
Bit error: this bit is set when transmitted data is different from read back data. This bit is cleared on MCU read. |
4 |
R |
FE |
Framing error: this bit is set when received stop bit is 0 in sync field, identifier or data byte. |
3 |
R |
CE_WRC |
Checksum error: this bit is set to high when all data bytes are received but value of calculated checksum does not equal the value of 255. This bit is cleared on MCU read. |
2 |
R |
PE_WRC |
Parity error: this bit is set when parity of received identifier is different from calculated parity. This bit is cleared on MCU read. |
1 |
R |
BE_WRC |
Bit error: this bit is set when transmitted data is different from read back data. This bit is cleared on MCU read. |
0 |
R |
FE_WRC |
Framing error: this bit is set when received stop bit is 0 in sync field, identifier or data byte. This bit is cleared on MCU read. |
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
---|---|---|---|---|
11 |
CLR_CE |
CLR_CE |
Clear checksum error flag |
0x1 |
10 |
CLR_PE |
CLR_PE |
Clear parity error flag |
0x1 |
9 |
CLR_BE |
CLR_BE |
Clear bit error flag |
0x1 |
8 |
CLR_FE |
CLR_FE |
Clear frame error flag |
0x1 |
7 |
CE |
NO_CHECKSUM_ERROR |
No checksum error |
0x0* |
|
|
CHECKSUM_ERROR |
Checksum error occurs |
0x1 |
6 |
PE |
NO_PARITY_ERROR |
No parity error |
0x0* |
|
|
PARITY_ERROR |
Parity error occurs |
0x1 |
5 |
BE |
NO_BIT_ERROR |
No bit error |
0x0* |
|
|
BIT_ERROR |
Bit error occurs |
0x1 |
4 |
FE |
NO_FRAME_ERROR |
No frame error |
0x0* |
|
|
FRAME_ERROR |
Frame error occurs |
0x1 |
3 |
CE_WRC |
NO_CHECKSUM_ERROR_WRC |
No checksum error |
0x0* |
|
|
CHECKSUM_ERROR_WRC |
Checksum error occurs |
0x1 |
2 |
PE_WRC |
NO_PARITY_ERROR_WRC |
No parity error |
0x0* |
|
|
PARITY_ERROR_WRC |
Parity error occurs |
0x1 |
1 |
BE_WRC |
NO_BIT_ERROR_WRC |
No bit error |
0x0* |
|
|
BIT_ERROR_WRC |
Bit error occurs |
0x1 |
0 |
FE_WRC |
NO_FRAME_ERROR_WRC |
No frame error |
0x0* |
|
|
FRAME_ERROR_WRC |
Frame error occurs |
0x1 |