|
AFBR-S50 API Reference Manual
v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
status_t ExplorerApp_SaveSettingsToFlash(explorer_t *explorer)
Saves the configuration and calibration to the flash memory.
status_t ExplorerApp_ClearUserCalFromFlash(explorer_t *explorer)
Deletes the user calibration from the flash memory.
Definition: core_flash.c:421
status_t ExplorerApp_LoadCfgFromFlash(explorer_t *explorer)
Loads the configuration from the flash memory.
status_t ExplorerApp_LoadCalFromFlash(explorer_t *explorer)
Loads the calibration from the flash memory.
Definition: explorer_types.h:282
status_t ExplorerApp_SaveCfgToFlash(explorer_t *explorer)
Saves the configuration to the flash memory.
This file is part of the AFBR-S50 Explorer Demo Application.
status_t ExplorerApp_ClearFlash(void)
Deletes the all application specific values from memory.
Definition: core_flash.c:387
status_t ExplorerApp_LoadSettingsFromFlash(explorer_t *explorer)
Loads the configuration and calibration from the flash memory.
status_t ExplorerApp_SaveCalToFlash(explorer_t *explorer)
Saves the calibration to the flash memory.
status_t ExplorerApp_ClearCfgFromFlash(void)
Deletes the configuration from the flash memory.
status_t ExplorerApp_ClearCalFromFlash(void)
Deletes the calibration from the flash memory.
status_t ExplorerApp_ClearSettingsFromFlash(void)
Deletes the configuration and calibration from the flash memory.
int32_t status_t
Type used for all status and error return values.
Definition: argus_status.h:70