XSemCfrStatus - CRAM Status structure to store the data read from PMC RAM registers This structure provides:
- CRAM scan state information
- The low address of last 7 corrected error details if correction is enabled in design
- The high address of last 7 corrected error details if correction is enabled in design
- CRAM corrected error bits count value
Declaration
typedef struct
{
u32 Status,
u32 ErrAddrL[MAX_CRAMERR_REGISTER_CNT],
u32 ErrAddrH[MAX_CRAMERR_REGISTER_CNT],
u32 ErrCorCnt
} XSemCfrStatus;
| Member | Description |
|---|---|
| Status | CRAM Status |
| ErrAddrL | Error Low register L0...L6 |
| ErrAddrH | Error High register H0...H6 |
| ErrCorCnt | Count of correctable errors |