<< Previous | Next >> | |
|
int xmem2xmem( unsigned long dest, unsigned long src,
unsigned len );Description
- Stores
len
characters from physical addresssrc
to physical addressdest
.Parameters
- dest
- Physical address of destination
- src
- Physical address of source data
- len
- Length of source data in bytes
Return value
0
: Success.
-1
: Attempt to write flash memory area, nothing written.Library
- XMEM.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |