Perform a little-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_In16LE(UINTPTR Addr)[static];
Parameters
The following table lists the Xil_In16LE
function arguments.
Name | Description |
---|---|
Addr | contains the address at which to perform the input operation. |