Performs an input operation for a memory location by reading from the specified address and returning the 8 bit Value read from that address.
Prototype
INLINE u8 Xil_In8(UINTPTR Addr);
Parameters
The following table lists the Xil_In8 function arguments.
| Name | Description |
|---|---|
| Addr | contains the address to perform the input operation |