MotorWare f2806x Module API Documentation
Modules | Functions
MEMCOPY

Modules

 Module overview
 

Functions

void memCopy (uint16_t *srcStartAddr, uint16_t *srcEndAddr, uint16_t *dstAddr)
 Copies a block of memory from the source address to the destination address. More...
 

Detailed Description

Function Documentation

void memCopy ( uint16_t *  srcStartAddr,
uint16_t *  srcEndAddr,
uint16_t *  dstAddr 
)

Copies a block of memory from the source address to the destination address.

Parameters
[in]srcStartAddrThe source start address
[in]srcEndAddrThe source end address
[in]dstAddrThe destination address

Definition at line 56 of file memCopy.c.