XilSKey_EfusePl_Program - 2023.2 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

Programs PL eFUSE with input data given through InstancePtr.

Note: When this API is called: Initializes the timer, XADC/xsysmon and JTAG server subsystems. Returns an error in the following cases, if the reference clock frequency is not in the range or if the PL DAP ID is not identified, if the system is not in a position to write the requested PL eFUSE bits (because the bits are already written or not allowed to write) if the temperature and voltage are not within range.

Prototype

u32 XilSKey_EfusePl_Program(XilSKey_EPl *InstancePtr);

Parameters

The following table lists the XilSKey_EfusePl_Program function arguments.

Table 1. XilSKey_EfusePl_Program Arguments
Type Member Description
XilSKey_EPl * InstancePtr - Pointer to PL eFUSE instance which holds the input data to be written to PL eFUSE.

Returns

  • XST_FAILURE - In case of failure
  • XST_SUCCESS - In case of Success