AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
This file is part of the AFBR-S50 Explorer Demo Application. More...
#include "explorer_types.h"
Go to the source code of this file.
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. | |
This file is part of the AFBR-S50 Explorer Demo Application.
This file contains the main functionality of the Explorer Application.
Copyright (c) 2023, Broadcom Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.