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

Reads the PL efuse status bits and gets all secure and control bits.

Prototype

u32 XilSKey_EfusePl_ReadStatus(XilSKey_EPl *InstancePtr, u32 *StatusBits);

Parameters

The following table lists the XilSKey_EfusePl_ReadStatus function arguments.

Table 1. XilSKey_EfusePl_ReadStatus Arguments
Type Name Description
XilSKey_EPl * InstancePtr Pointer to PL eFUSE instance.
u32 * StatusBits Buffer to store the status bits read.

Returns