Performs an output operation for a memory location by writing the 32-bit Value to the the specified address and then reading it back to verify the value written in the register.
Prototype
INLINE u32 Xil_SecureOut32(UINTPTR Addr, u32 Value);
Parameters
The following table lists the Xil_SecureOut32 function arguments.
| Name | Description |
|---|---|
| Addr | contains the address to perform the output operation |
| Value | contains 32-bit Value to be written at the specified address |
Returns
Returns Status- XST_SUCCESS on success
- XST_FAILURE on failure