xWRL6432 MMWAVE-L-SDK  05.04.00.01
CANFDLLD_MCANECCErrStatus Struct Reference

Detailed Description

Data structure defines the ECC Error Status.

Data Fields

uint32_t secErr
 
uint32_t dedErr
 
uint32_t row
 
uint32_t bit1
 
uint32_t bit2
 

Field Documentation

◆ secErr

uint32_t CANFDLLD_MCANECCErrStatus::secErr

Single Bit Error Status 0 = No Single Bit Error pending 1 = Single Bit Error pending

◆ dedErr

uint32_t CANFDLLD_MCANECCErrStatus::dedErr

Double Bit Error Status 0 = No Double Bit Error pending 1 = Double Bit Error pending

◆ row

uint32_t CANFDLLD_MCANECCErrStatus::row

Indicates the row/address where the single or double bit error occurred.

◆ bit1

uint32_t CANFDLLD_MCANECCErrStatus::bit1

Indicates the bit position in the ram data that is in error

◆ bit2

uint32_t CANFDLLD_MCANECCErrStatus::bit2

Indicates the bit position in the ram data that is in error Valid only in case of DED.