XilSKey_ZynqMp_EfusePs_WriteAndVerify_RowRange - 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 programs and verifys the row range provided with provided data.

Prototype

INLINE u32 XilSKey_ZynqMp_EfusePs_WriteAndVerify_RowRange(const u8 *Data, u8 RowStart, u8 RowEnd, XskEfusePs_Type EfuseType);

Parameters

The following table lists the XilSKey_ZynqMp_EfusePs_WriteAndVerify_RowRange function arguments.

Table 1. XilSKey_ZynqMp_EfusePs_WriteAndVerify_RowRange Arguments
Type Name Description
const u8 * Data is a pointer to an array which contains data to be programmed.
u8 RowStart holds the row number from which data programming has to be started.
u8 RowEnd holds the row number till which data programming has to be performed.
XskEfusePs_Type EfuseType holds the type of the efuse in which programming rows resides in.

Returns

XST_SUCCESS - On success XST_FAILURE - on Failure