|
|
#define | XIL_MEM_H /* by using protection macros */ |
| |
|
| void | Xil_MemCpy (void *dst, const void *src, u32 cnt) |
| | This function copies memory from once location to other. More...
|
| |
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
◆ Xil_MemCpy()
| void Xil_MemCpy |
( |
void * |
dst, |
|
|
const void * |
src, |
|
|
u32 |
cnt |
|
) |
| |
This function copies memory from once location to other.
- Parameters
-
| dst | pointer pointing to destination memory |
| src | pointer pointing to source memory |
| cnt | 32 bit length of bytes to be copied |