This file is part of the AFBR-S50 Explorer Demo Application.
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
status_t ExplorerApp_SaveCalToFlash(explorer_t *explorer)
Saves the calibration to the flash memory.
status_t ExplorerApp_LoadCalFromFlash(explorer_t *explorer)
Loads the calibration from the flash memory.
status_t ExplorerApp_ClearCfgFromFlash(void)
Deletes the configuration from the flash memory.
status_t ExplorerApp_SaveCfgToFlash(explorer_t *explorer)
Saves the configuration to the flash memory.
status_t ExplorerApp_ClearUserCalFromFlash(explorer_t *explorer)
Deletes the user calibration from the flash memory.
Definition core_flash.c:105
status_t ExplorerApp_LoadCfgFromFlash(explorer_t *explorer)
Loads the configuration from the flash memory.
status_t ExplorerApp_ClearCalFromFlash(void)
Deletes the calibration from the flash memory.
status_t ExplorerApp_LoadSettingsFromFlash(explorer_t *explorer)
Loads the configuration and calibration from the flash memory.
status_t ExplorerApp_ClearFlash(void)
Deletes the all application specific values from memory.
Definition core_flash.c:71
status_t ExplorerApp_SaveSettingsToFlash(explorer_t *explorer)
Saves the configuration and calibration to the flash memory.
status_t ExplorerApp_ClearSettingsFromFlash(void)
Deletes the configuration and calibration from the flash memory.
Definition explorer_types.h:206