common
Xilinx SDK Drivers API Documentation
xenv_linux.h File Reference

Macros

#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes)   memcpy(DestPtr, SrcPtr, Bytes)
 Copies a non-overlapping block of memory. More...
 
#define XENV_MEM_FILL(DestPtr, Data, Bytes)   memset(DestPtr, Data, Bytes)
 Fills an area of memory with constant data. More...
 
#define XENV_TIME_STAMP_GET(StampPtr)
 Time is derived from the 64 bit PPC timebase register. More...
 
#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr)   (0)
 This macro is not yet implemented and always returns 0. More...
 
#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr)   (0)
 This macro is not yet implemented and always returns 0. More...
 
#define XENV_USLEEP(delay)   udelay(delay)
 Delay the specified number of microseconds. More...
 

Typedefs

typedef int XENV_TIME_STAMP
 A structure that contains a time stamp used by other time stamp macros defined below. More...