Plugin Commands: EEPROM#
The EEPROM plugin provides CLI commands to display details about the current EEPROM part.
Macros#
#define
plugin eeprom data-print [offset:4]
#define
plugin eeprom info
#define
plugin eeprom status
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_EEPROM_PLUGIN_EEPROM_DATA_PRINT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_EEPROM_PLUGIN_EEPROM_DATA_PRINT
plugin eeprom data-print [offset:4]
Print raw bytes stored in the EEPROM
offset - INT32U - The offset within the EEPROM to print.
Definition at line
2956
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_EEPROM_PLUGIN_EEPROM_INFO#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_EEPROM_PLUGIN_EEPROM_INFO
plugin eeprom info
Print detailed info about the EEPROM part.
Definition at line
2961
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_EEPROM_PLUGIN_EEPROM_STATUS#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_EEPROM_PLUGIN_EEPROM_STATUS
plugin eeprom status
Print the state of the EEPROM driver.
Definition at line
2966
of file ./app/framework/test/headers/cli.doc