#include <stdint.h>
Include dependency graph for zaf_nvm_soc.h:Go to the source code of this file.
Functions | |
| void | zaf_nvm_app_set_default_configuration (void) |
| Used by the application to execute actions after a set default configuration. | |
| void | zaf_nvm_app_reset (void) |
| Used by the application to execute actions after a application reset. | |
| void | zaf_nvm_app_load_configuration (void) |
| Used by the application to execute actions after a load configuration. | |
| void | zaf_nvm_app_load_configuration_migration (uint32_t current_version, uint32_t saved_version) |
| Used by the application to execute actions when the current version differs from the saved version. | |
| void | zafi_nvm_app_set_default_configuration (void) |
| Resets configuration to default values. | |
| void | zafi_nvm_app_reset (void) |
| Resets the NVM file system. | |
| void | zafi_nvm_app_load_configuration (void) |
| Loads the default configuration common for all applications. | |
ZAF NVM SOC application handling