1.10.9.6 1.12.9.6 EEPROM_ErrorGet Function
C
EEPROM_ERROR EEPROM_ErrorGet()
Summary
Gets the data EEPROM error
Description
Gets the data EEPROM error
Precondition
None
Parameters
None
Returns
Returns error of type EEPROM_ERROR enum. The returned value can be a combination of multiple errors.
Example
result = EEPROM_ErrorGet();