MPI 04.00 Reference >> mpiPlatform
mpiPlatformFirmwareMemorySet
Declaration
int32_t mpiPlatformFirmwareMemorySet(MPIPlatform platform, _MFWPTR_(void *) dst, const void *src, int32_t count)
Required Header: stdmpi.h
Change History: Added in MPI 03.04.00. Modified in MPI 04.04.
Description
mpiPlatformFirmwareMemorySet sets count bytes of application memory (starting at host address src) to firmware memory(starting at firmware address dst).
| platform | The handle to the controller's platform object. This should be obtained from mpiControlPlatform(). |
|---|---|
| dst | address of firmware memory. |
| *src | address of host memory. |
| count | sets count bytes of firmware memory. |
| Returns |
|---|
| MPIMessageOK |
| MPIMessageARG_INVALID |
| MPIMessageUNSUPPORTED |
