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
TypeDirectionArgument NameDescription
HalEepromStateN/AoldEepromState

The old state of the EEPROM

HalEepromStateN/AnewEepromState

The new state of the EEPROM


Definition at line 456 of file ./app/ncp/doc/callback.doc