AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches

AFBR-S50 Explorer Flash Module. More...

Collaboration diagram for AFBR-S50 Explorer Flash Module:

Functions

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.
 
status_t ExplorerApp_LoadSettingsFromFlash (explorer_t *explorer)
 Loads the configuration and calibration from the flash memory.
 
status_t ExplorerApp_SaveCfgToFlash (explorer_t *explorer)
 Saves the configuration to the flash memory.
 
status_t ExplorerApp_SaveCalToFlash (explorer_t *explorer)
 Saves the calibration to the flash memory.
 
status_t ExplorerApp_SaveSettingsToFlash (explorer_t *explorer)
 Saves the configuration and 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.
 
status_t ExplorerApp_ClearFlash (void)
 Deletes the all application specific values from memory.
 
status_t ExplorerApp_ClearUserCalFromFlash (explorer_t *explorer)
 Deletes the user calibration from the flash memory.
 

Detailed Description

AFBR-S50 Explorer Flash Module.


An application specific wrapper around the flash module to save/load the application specific settings.

Function Documentation

◆ ExplorerApp_ClearCalFromFlash()

status_t ExplorerApp_ClearCalFromFlash ( void  )

Deletes the calibration from the flash memory.


Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_ClearCfgFromFlash()

status_t ExplorerApp_ClearCfgFromFlash ( void  )

Deletes the configuration from the flash memory.


Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_ClearFlash()

status_t ExplorerApp_ClearFlash ( void  )

Deletes the all application specific values from memory.


Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_ClearSettingsFromFlash()

status_t ExplorerApp_ClearSettingsFromFlash ( void  )

Deletes the configuration and calibration from the flash memory.


Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_ClearUserCalFromFlash()

status_t ExplorerApp_ClearUserCalFromFlash ( explorer_t explorer)

Deletes the user calibration from the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_LoadCalFromFlash()

status_t ExplorerApp_LoadCalFromFlash ( explorer_t explorer)

Loads the calibration from the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_LoadCfgFromFlash()

status_t ExplorerApp_LoadCfgFromFlash ( explorer_t explorer)

Loads the configuration from the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_LoadSettingsFromFlash()

status_t ExplorerApp_LoadSettingsFromFlash ( explorer_t explorer)

Loads the configuration and calibration from the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_SaveCalToFlash()

status_t ExplorerApp_SaveCalToFlash ( explorer_t explorer)

Saves the calibration to the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_SaveCfgToFlash()

status_t ExplorerApp_SaveCfgToFlash ( explorer_t explorer)

Saves the configuration to the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).

◆ ExplorerApp_SaveSettingsToFlash()

status_t ExplorerApp_SaveSettingsToFlash ( explorer_t explorer)

Saves the configuration and calibration to the flash memory.


Parameters
explorerThe Explorer data control block.
Returns
Returns the status (STATUS_OK on success).