XSem_CmdCfrGetCrc - 2023.2 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

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.

Table 1. XSem_CmdCfrGetCrc Arguments
Type Member Description
u32 RowIndex Row index for which CRC to be read (Min: 0 , Max: CFU_ROW_RANGE -1)

Returns

This API returns the Golden CRC for a given Row.