![]() |
Wirepas SDK
|
Go to the source code of this file.
Functions | |
| app_setup_res_e | App_Setup (void) |
| Setup configuration from application persistent memory. More... | |
Enumerations | |
| enum | app_setup_res_e { APP_SETUP_RES_OK, APP_SETUP_RES_NO_DATA, APP_SETUP_RES_ERROR, APP_SETUP_RES_NO_APP_PERSISTENT, APP_SETUP_RES_INVALID_DATA, APP_SETUP_RES_INVALID_VERSION, APP_SETUP_RES_ERASE_ERROR } |
| Application setup library. More... | |
| app_setup_res_e App_Setup | ( | void | ) |
Setup configuration from application persistent memory.
| enum app_setup_res_e |
Application setup library.
This library reads configuration from application persistent area,
and writes it to stack using SingleMCU API.
Application setup return values.
Definition at line 20 of file app_setup.h.