Perform a big-endian input operation for a 32-bit memory location by reading from the specified address and returning the value read from that address.
Prototype
INLINE u32 Xil_In32BE(UINTPTR Addr);
Parameters
The following table lists the Xil_In32BE
function arguments.
Name | Description |
---|---|
Addr | contains the address at which to perform the input operation. |