This function programs and verifys the row range provided with provided data.
Prototype
INLINE u32 XilSKey_ZynqMp_EfusePs_WriteAndVerify_RowRange(const u8 *Data, u8 RowStart, u8 RowEnd, XskEfusePs_Type EfuseType);
Parameters
The following table lists the XilSKey_ZynqMp_EfusePs_WriteAndVerify_RowRange
function arguments.
Type | Name | Description |
---|---|---|
const u8 * | Data | is a pointer to an array which contains data to be programmed. |
u8 | RowStart | holds the row number from which data programming has to be started. |
u8 | RowEnd | holds the row number till which data programming has to be performed. |
XskEfusePs_Type | EfuseType | holds the type of the efuse in which programming rows resides in. |