This function reads the PUF helper data from eFUSE.
Note: This function only reads from eFUSE non-volatile memory. There is no option to read from Cache.
Prototype
u32 XilSKey_ZynqMp_EfusePs_ReadPufHelprData(u32 *Address);
Parameters
The following table lists the XilSKey_ZynqMp_EfusePs_ReadPufHelprData
function arguments.
Type | Member | Description |
---|---|---|
u32 * | Address | Pointer to data array which holds the PUF helper data read from eFUSEs. |
Returns
- XST_SUCCESS if reads successfully.
- Errorcode on failure.