This structure contains error status information returned by the SDL_ecc_aggrGetEccRamGetErrorStatus function.
Design: PROC_SDL-1276
Data Fields | |
bool | controlRegErr |
bool | successiveSingleBitErr |
bool | sVBUSTimeoutErr |
bool | writebackPend |
uint32_t | parityErrorCount |
uint32_t | eccRow |
uint32_t | eccBit1 |
uint32_t | singleBitErrorCount |
uint32_t | doubleBitErrorCount |
bool SDL_Ecc_AggrEccRamErrorStatusInfo::controlRegErr |
Control register bit flip error.
bool SDL_Ecc_AggrEccRamErrorStatusInfo::successiveSingleBitErr |
Successive Single bit error.
bool SDL_Ecc_AggrEccRamErrorStatusInfo::sVBUSTimeoutErr |
ECC Serial VBUS timeout error.
bool SDL_Ecc_AggrEccRamErrorStatusInfo::writebackPend |
Single bit error writeback pend status.
uint32_t SDL_Ecc_AggrEccRamErrorStatusInfo::parityErrorCount |
Parity error count : 0-2 Number of errors, 3 means 3 or more errors.
uint32_t SDL_Ecc_AggrEccRamErrorStatusInfo::eccRow |
Indicates the row/address where the error occurred.
uint32_t SDL_Ecc_AggrEccRamErrorStatusInfo::eccBit1 |
Indicates the first data bit that is in error counting from LSB (Single bit error only).
uint32_t SDL_Ecc_AggrEccRamErrorStatusInfo::singleBitErrorCount |
Single bit Error count : 0-2 Number of errors, 3 means 3 or more errors.
uint32_t SDL_Ecc_AggrEccRamErrorStatusInfo::doubleBitErrorCount |
Double bit Error count : 0-2 Number of errors, 3 means 3 or more errors.