This function reads eFUSE PUF auxiliary data from eFUSE array or cache based on user read option.
Note: Cache reload is required for obtaining updated values for reading from cache.
Prototype
u32 XilSKey_ZynqMp_EfusePs_ReadPufAux(u32 *Address, u8 ReadOption);
Parameters
The following table lists the XilSKey_ZynqMp_EfusePs_ReadPufAux
function arguments.
Type | Member | Description |
---|---|---|
u32 * | Address | Pointer which holds the read back value of PUF's auxiliary data. |
u8 | ReadOption |
Indicates whether or not to read from the actual eFUSE array or from the eFUSE cache.
|
Returns
- XST_SUCCESS if PUF auxiliary data is read successfully.
- Errorcode on failure