mpiAdcFlashConfigGet

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

AdcFlashConfigGet gets the flash configuration of an Adc object (adc) and writes it into the structure pointed to by config, and also writes it in 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 AdcFlashConfigGet successfully gets the Adc's flash configuration and writes it into the structure(s)
See Also mpiAdcFlashConfigSet | MEIAdcConfig | MEIFlash