XilSKey_ZynqMp_EfusePs_ReadRow - 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 returns particular row data directly from eFUSE array.

Prototype

u32 XilSKey_ZynqMp_EfusePs_ReadRow(u8 Row, XskEfusePs_Type EfuseType, u32 *RowData);

Parameters

The following table lists the XilSKey_ZynqMp_EfusePs_ReadRow function arguments.

Table 1. XilSKey_ZynqMp_EfusePs_ReadRow Arguments
Type Member Description
u8 Row specifies the row number to read.
XskEfusePs_Type EfuseType specifies the eFUSE type.
u32 * RowData is a pointer to 32-bit variable to hold the data read from provided data

Returns

  • XST_SUCCESS - On success
  • ErrorCode - on Failure