29.6.3.1.3 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.
Data direction | Parameter name | Description |
---|---|---|
[out] |
parameters |
RWW EEPROM Emulator parameter struct to fill |
Returns
Status of the operation.
Return value | Description |
---|---|
STATUS_OK |
If the emulator parameters were retrieved successfully |
STATUS_ERR_NOT_INITIALIZED |
If the RWW EEPROM Emulator is not initialized |