Xil_In32 - 2023.2 English

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

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

Performs an input operation for a memory location by reading from the specified address and returning the 32-bit Value read from that address.

Prototype

INLINE u32 Xil_In32(UINTPTR Addr);

Parameters

The following table lists the Xil_In32 function arguments.

Table 1. Xil_In32 Arguments
Name Description
Addr contains the address to perform the input operation

Returns

The 32-bit Value read from the specified input address.