4.7.4 _memcpy_p2d24 Function
Copy 24 bits of data from each address in program memory to data memory. The next unused source address is returned.
Include
<libpic30.h>
Prototype
_prog_addressT _memcpy_p2d24(char *dest, _prog_addressT
src, unsigned int len);
Arguments
dest |
destination memory address |
src |
address of data to be written |
len |
length of program memory |
Return Value
The next unused source address.
Remarks
None.
Default Behavior
Copy 24 bits of data from each of the len
bytes of addresses
of src
to the destination pointed to by the dest
pointer.
File
memcpy_helper.s