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