RTEMS 6.1-rc1
Macros | Functions
Customized APIs for Memory Operations

Macros

#define XIL_MEM_H   /* by using protection macros */
 

Functions

void Xil_MemCpy (void *dst, const void *src, u32 cnt)
 This function copies memory from once location to other. More...
 

Detailed Description

The xil_mem.h file contains prototype for functions related to memory operations. These APIs are applicable for all processors supported by Xilinx.

MODIFICATION HISTORY:

Ver   Who      Date     Changes
----- -------- -------- -----------------------------------------------
6.1   nsk      11/07/16 First release.
7.0   mus      01/07/19 Add cpp extern macro

Function Documentation

◆ Xil_MemCpy()

void Xil_MemCpy ( void *  dst,
const void *  src,
u32  cnt 
)

This function copies memory from once location to other.

Parameters
dstpointer pointing to destination memory
srcpointer pointing to source memory
cnt32 bit length of bytes to be copied