XSemCfrErrInjData
- CRAM Error Injection structure to hold the Error Injection Location details for CRAM:
- Frame address
- Quad Word in a Frame, Range from 0 to 24
- Bit Position in a Quad Word, Range from 0 to 127
- Row Number, Range can be found from CFU_APB_CFU_ROW_RANGE register
Declaration
typedef struct
{
u32 Efar,
u32 Qword,
u32 Bit,
u32 Row
} XSemCfrErrInjData;
Member | Description |
---|---|
Efar | Frame Address |
Qword | Quad Word 0...24 |
Bit | Bit Position 0...127 |
Row | Row Number |