This structure contains error status information returned by the SDL_ecc_aggrGetEDCInterconnectErrorStatus function.
Design: PROC_SDL-1278
Data Fields | |
uint32_t | eccGroup |
uint32_t | eccBit1 |
uint32_t | singleBitErrorCount |
uint32_t | doubleBitErrorCount |
uint32_t | injectSingleBitErrorCount |
uint32_t | injectDoubleBitErrorCount |
uint32_t SDL_Ecc_AggrEDCInterconnectErrorStatusInfo::eccGroup |
Indicates the Checker Group where the error occurred.
uint32_t SDL_Ecc_AggrEDCInterconnectErrorStatusInfo::eccBit1 |
Bit position starting from LSB for SEC only.
uint32_t SDL_Ecc_AggrEDCInterconnectErrorStatusInfo::singleBitErrorCount |
Single bit Error count : 0-2 Number of errors, 3 means 3 or more errors.
uint32_t SDL_Ecc_AggrEDCInterconnectErrorStatusInfo::doubleBitErrorCount |
Double bit Error count : 0-2 Number of errors, 3 means 3 or more errors.
uint32_t SDL_Ecc_AggrEDCInterconnectErrorStatusInfo::injectSingleBitErrorCount |
Injected Single bit Error count : 0-2 Number of errors, 3 means 3 or more errors.
uint32_t SDL_Ecc_AggrEDCInterconnectErrorStatusInfo::injectDoubleBitErrorCount |
Injected Double bit Error count : 0-2 Number of errors, 3 means 3 or more errors.