1.3.1.4.4 EMU_EEPROM_ParametersGet Function

C

EMU_EEPROM_STATUS EMU_EEPROM_ParametersGet( EMU_EEPROM_PARAMETERS *const parameters)

Summary

Returns EEPROM Emulation configuration parameters

Description

Retrieves the configuration parameters of the EEPROM Emulator

Precondition

Function EMU_EEPROM_Initialize should have been called before calling this function.

Parameters

ParamDescription
parameterspointer to variable of type EMU_EEPROM_PARAMETERS

Returns

EMU_EEPROM_STATUS - Enum of type EMU_EEPROM_STATUS

Example

EMU_EEPROM_PARAMETERS param;
EMU_EEPROM_ParametersGet(&param);

Remarks

None