MPI 04.00 Reference >> mpiPlatform

mpiPlatformFirmwareAddressModify

Declaration

int32_t mpiPlatformFirmwareAddressModify(MPIPlatform           platform,
                                         _MFWPTR_(void *)    *firmwareAddress,
                                         int32_t             bytecount)

 

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

Description

mpiPlatformFirmwareAddressModify Increments the firmwareAddress by bytecount.

platform the handle to the controller's platform object. This should be obtained from mpiControlPlatform().
*firmwareAddress Pointer to a valid firmware address to modify firmware address.
bytecount Increments the firmwareAddress by byte count.
Returns
MPIMessageOK
MPIPlatformMessageDEVICE_ERROR Returned if no controller is found.
MPIMessageDEVICE_ERROR  

See Also

mpiPlatformFirmwareAddressModify16 | mpiControlPlatform