4.7.5 _memcpy_packed Function
Copies bytes from one __pack_upper_byte Flash buffer to
another buffer in RAM.
Include
<libpic30.h>
Prototype
void* _memcpy_packed(void *dest, __pack_upper_byte void
*src, unsigned int len);
Arguments
dest | destination memory address |
src | address of data to be written |
len | length of program memory |
Return Value
The memory block pointed to by dest.
Remarks
None.
Default Behavior
Copy len bytes of data from each address pointed to by the
src pointer to the destination pointed to by the
dest pointer.
File
memcpy_helper.s
