Xil_Out16LE - 2022.1 English

Xilinx Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2022-04-21
Version
2022.1 English

Perform a little-endian output operation for a 16-bit memory location by writing the specified value to the specified address.

Prototype

INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value)[static];

Parameters

The following table lists the Xil_Out16LE function arguments.

Table 1. Xil_Out16LE Arguments
Name Description
Addr contains the address at which to perform the input 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 big-endian, the byteswapped value is written to the address.