Xil_Out32 - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English

Performs an output operation for a memory location by writing the 32 bit Value to the the specified address.

Prototype

INLINE void Xil_Out32(UINTPTR Addr, u32 Value);

Parameters

The following table lists the Xil_Out32 function arguments.

Table 1. Xil_Out32 Arguments
Name Description
Addr contains the address to perform the output operation
Value contains the 32 bit Value to be written at the specified address.

Returns

None.