Function rww_eeprom_emulator_get_parameters()

Retrieves the parameters of the RWW EEPROM Emulator memory layout.

enum status_code rww_eeprom_emulator_get_parameters(
		struct rww_eeprom_emulator_parameters *const parameters)

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

Table 1. Parameters
Data direction Parameter name Description

[out]

parameters

RWW EEPROM Emulator parameter struct to fill

Returns

Status of the operation.

Table 2. Return Values
Return value Description

STATUS_OK

If the emulator parameters were retrieved successfully

STATUS_ERR_NOT_INITIALIZED

If the RWW EEPROM Emulator is not initialized