AM64x MCU+ SDK  08.02.00
MCAN_ECCErrStatus Struct Reference

Detailed Description

Structure for 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 MCAN_ECCErrStatus::secErr

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

◆ dedErr

uint32_t MCAN_ECCErrStatus::dedErr

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

◆ row

uint32_t MCAN_ECCErrStatus::row

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

◆ bit1

uint32_t MCAN_ECCErrStatus::bit1

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

◆ bit2

uint32_t MCAN_ECCErrStatus::bit2

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