Functions

void emberAfPluginEepromStateChangeCallback (HalEepromState oldEepromState, HalEepromState newEepromState)
Called whenever the EEPROM changes state.

Detailed Description

These callbacks are contributed by the EEPROM plugin.

Function Documentation

void emberAfPluginEepromStateChangeCallback ( HalEepromState oldEepromState,
HalEepromState newEepromState
)

Called whenever the EEPROM changes state.

Parameters
oldEepromState The old state of the EEPROM
newEepromState The new state of the EEPROM