28.6.3.1.3 Function eeprom_emulator_get_parameters()

Retrieves the parameters of the EEPROM Emulator memory layout.

enum status_code eeprom_emulator_get_parameters( struct eeprom_emulator_parameters *const parameters)

Retrieves the configuration parameters of the EEPROM Emulator, after it has been initialized.

Table 28-3. Parameters
Data directionParameter nameDescription

[out]

parameters

EEPROM Emulator parameter struct to fill

Returns

Status of the operation.

Table 28-4. Return Values
Return valueDescription

STATUS_OK

If the emulator parameters were retrieved successfully

STATUS_ERR_NOT_INITIALIZED

If the EEPROM Emulator is not initialized