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