EEPROM Callbacks#
These callbacks are contributed by the EEPROM plugin.
Functions#
void
emberAfPluginEepromStateChangeCallback(HalEepromState oldEepromState, HalEepromState newEepromState)
Called whenever the EEPROM changes state.
Function Documentation#
emberAfPluginEepromStateChangeCallback#
void emberAfPluginEepromStateChangeCallback (HalEepromState oldEepromState, HalEepromState newEepromState)
Called whenever the EEPROM changes state.
Parameters
| Type | Direction | Argument Name | Description | 
|---|---|---|---|
| HalEepromState | N/A | oldEepromState | The old state of the EEPROM | 
| HalEepromState | N/A | newEepromState | The new state of the EEPROM |