This function is used to read CFRAME golden CRC for a row.
Note:
- Total number of rows is not same for all platforms.
- The number maximum rows (CFU_ROW_RANGE) can be obtained by reading the address CFU_ROW_RANGE(0XF12B006C).
Prototype
u32 XSem_CmdCfrGetCrc(u32 RowIndex);
Parameters
The following table lists the XSem_CmdCfrGetCrc
function arguments.
Type | Member | Description |
---|---|---|
u32 | RowIndex | Row index for which CRC to be read (Min: 0 , Max: CFU_ROW_RANGE -1) |