MPI 04.00 Reference >> mpiPlatform

mpiPlatformMemoryToFirmware

Declaration

int32_t mpiPlatformMemoryToFirmware(MPIPlatform     platform,
                                 const  void      *host,
                                 _MFWPTR_(void *) *firmwareAdress)

 

Required Header: stdmpi.h
Change History: Modified in MPI 04.04.

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.
*firmwareAddress the location where the controller's memory address will be written.
Returns
MPIMessageOK
MPIMessageARG_INVALID
MPIMessageUNSUPPORTED

See Also

mpiPlatformMemoryToHost | mpiControlPlatform