MPI 04.00 Reference >> mpiPlatform

mpiPlatformFirmwareAddressModify16

Declaration

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

 

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

Description

mpiPlatformFirmwareAddressModify16 Increments the 16-bit firmwareAddress by bytecount.

platform the handle to the controller's platform object. This should be obtained from mpiControlPlatform().
*firmwareAddress Pointer to a valid firmware 16-bit 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

mpiPlatformFirmwareAddressModify | mpiControlPlatform