The xil_io.h file contains the interface for the general I/O component, which encapsulates the Input/Output functions for the processors that do not require any special I/O handling.
Type | Name | Arguments |
---|---|---|
u16 | Xil_EndianSwap16 |
|
u32 | Xil_EndianSwap32 |
|
INLINE u8 | Xil_In8 |
|
INLINE u16 | Xil_In16 |
|
INLINE u32 | Xil_In32 |
|
INLINE u64 | Xil_In64 |
|
INLINE void | Xil_Out8 |
|
INLINE void | Xil_Out16 |
|
INLINE void | Xil_Out32 |
|
INLINE void | Xil_Out64 |
|
INLINE u32 | Xil_SecureOut32 |
|