mpiAdcFlashConfigSet

Declaration
long mpiAdcFlashConfigSet(MPIAdc        adc,
                          void          *flash,
                          MPIAdcConfig  *config,
                          void          *external) 
Required Header stdmpi.h
Description

AdcFlashConfigSet sets the flash configuration of an Adc object (adc) using the structure pointed to by config, and also using data from the implementation-specific structure pointed to by external (if external is not NULL).

XMP Only
external either points to a structure of type MEIAdcConfig{} or is NULL. flash is either an MEIFlash handle or MPIHandleVOID. If flash is MPIHandleVOID, an MEIFlash object will be created and deleted internally.
Return Values
MPIMessageOK if AdcFlashConfigSet successfully sets the Adc's flash configuration using data from the structure(s)
See Also MEIFlash | mpiAdcFlashConfigGet