XilSKey_ZynqMp_EfusePs_ReadRow - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 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