AFBR-S50 Explorer Flash Module.
More...
AFBR-S50 Explorer Flash Module.
An application specific wrapper around the flash module to save/load the application specific settings.
◆ 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()
Deletes the user calibration from the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_LoadCalFromFlash()
Loads the calibration from the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_LoadCfgFromFlash()
Loads the configuration from the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_LoadSettingsFromFlash()
Loads the configuration and calibration from the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_SaveCalToFlash()
Saves the calibration to the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_SaveCfgToFlash()
Saves the configuration to the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_SaveSettingsToFlash()
Saves the configuration and calibration to the flash memory.
- Parameters
-
explorer | The Explorer data control block. |
- Returns
- Returns the status (STATUS_OK on success).