XilSKey_ZynqMp_EfusePs_CheckForZeros - 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 is used verify eFUSE keys for Zeros

Prototype

u32 XilSKey_ZynqMp_EfusePs_CheckForZeros(u8 RowStart, u8 RowEnd, XskEfusePs_Type EfuseType);

Parameters

The following table lists the XilSKey_ZynqMp_EfusePs_CheckForZeros function arguments.

Table 1. XilSKey_ZynqMp_EfusePs_CheckForZeros Arguments
Type Name Description
u8 RowStart is row number from which verification has to be started.
u8 RowEnd is row number till which verification has to be ended.
XskEfusePs_Type EfuseType is the type of the eFUSE in which these rows reside.

Returns

XST_SUCCESS if keys are not programmed. Errorcode on failure.