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