Perform a big-endian output operation for a 32-bit memory location by writing the specified value to the specified address.
Prototype
INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value);
Parameters
The following table lists the Xil_Out32BE
function arguments.
Name | Description |
---|---|
Addr | contains the address at which to perform the output operation. |
Value | contains the value to be output at the specified address. The value has the same endianness as that of the processor. For example, if the processor is little-endian, the byteswapped value is written to the address. |