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.
| Data direction | Parameter name | Description |
|---|---|---|
|
[out] |
parameters |
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 EEPROM Emulator is not initialized |
