Performs an output operation for a memory location by writing the 64 bit Value to the the specified address.
Prototype
INLINE void Xil_Out64(UINTPTR Addr, u64 Value);
Parameters
The following table lists the Xil_Out64 function arguments.
| Name | Description |
|---|---|
| Addr | contains the address to perform the output operation |
| Value | contains 64 bit Value to be written at the specified address. |