XilSKey_ZynqMp_EfusePs_ReadRow - 2021.2 English

Xilinx Standalone Library Documentation: OS and Libraries Document Collection

Document ID
UG643
Release Date
2021-10-27
Version
2021.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 Name 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