Xil_Out8 - 2020.2 English

OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2020-11-24
Version
2020.2 English

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

Prototype

INLINE void Xil_Out8(UINTPTR Addr, u8 Value);

Parameters

The following table lists the Xil_Out8 function arguments.

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

Returns

None.