MPI 04.00 Reference >> mpiPlatform
mpiPlatformMemoryToHost
Declaration
int32_t mpiPlatformMemoryToHost(MPIPlatform platform, const _MFWPTR_(void *) firmwareMemory, void **hostMemory)
Required Header: stdmpi.h
Change History: Modified in MPI 04.04.
Description
mpiPlatformMemoryToHost coverts a controller memory address to a host memory address.
| platform | the handle to the controller's platform object. This should be obtained from mpiControlPlatform(...). |
|---|---|
| firmwareMemory | the controller memory address to be converted. |
| **hostMemory | the location where the host memory address will be written. |
| Returns |
|---|
| MPIMessageOK |
| MPIMessageARG_INVALID |
| MPIMessageUNSUPPORTED |
