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.
| 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