mpiAxisMemorySet
Declaration
int32_t mpiAxisMemorySet(MPIAxis axis, void *dst, const void *src, int32_t count)
Required Header: firmware.h
Description
mpiAxisMemorySet copies count bytes of application memory (starting at address src) to Axis (axis) memory (starting at address dst).
| axis | a handle to the Axis object |
|---|---|
| *dst | pointer to the destination location to where the memory will be written |
| *src | pointer to the source location of memory being read |
| *count | size of memory to be written |
| Return Values |
|---|
| MPIMessageOK |
