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