cpu
Xilinx SDK Drivers API Documentation
xio.c File Reference

Functions

void XIo_EndianSwap16 (u16 Source, u16 *DestPtr)
 Performs a 16-bit endian conversion. More...
 
void XIo_EndianSwap32 (u32 Source, u32 *DestPtr)
 Performs a 32-bit endian conversion. More...
 
u16 XIo_InSwap16 (XIo_Address InAddress)
 Performs an input operation for a 16-bit memory location by reading from the specified address and returning the byte-swapped value read from that address. More...
 
u32 XIo_InSwap32 (XIo_Address InAddress)
 Performs an input operation for a 32-bit memory location by reading from the specified address and returning the byte-swapped value read from that address. More...
 
void XIo_OutSwap16 (XIo_Address OutAddress, u16 Value)
 Performs an output operation for a 16-bit memory location by writing the specified value to the the specified address. More...
 
void XIo_OutSwap32 (XIo_Address OutAddress, u32 Value)
 Performs an output operation for a 32-bit memory location by writing the specified value to the the specified address. More...