This function is used to read CFRAME golden CRC for a row in a target SLR.
Prototype
XStatus XSem_Ssit_CmdCfrGetCrc(XIpiPsu *IpiInst, u32 RowIndex, XSemIpiResp *Resp, u32 TargetSlr);
Parameters
The following table lists the XSem_Ssit_CmdCfrGetCrc
function arguments.
Type | Member | Description |
---|---|---|
XIpiPsu * | IpiInst | Pointer to IPI driver instance |
u32 | RowIndex | Row index for which CRC to be read (Min: 0 , Max: CFU_ROW_RANGE -1) |
XSemIpiResp
* |
Resp |
Structure Pointer of IPI response
|
u32 | TargetSlr |
Target SLR index on which command is to be executed
|
Returns
This API returns the success or failure.- XST_FAILURE: On Get CRC failure
- XST_SUCCESS: On Get CRC success