|
Embedded SDK
Embedded SDK
|
Structure defining the header of application storage header. More...
#include <app_storage.h>
Public Attributes | |
| char | tag [APP_STORAGE_TAG_LEN] |
| ['N','V','R','A'] array, when properly initialized | |
| uint32_t | size |
| size in bytes of application data | |
| uint16_t | struct_version |
| version of this structure (for OS) | |
| uint16_t | properties |
| uint32_t | data_version |
Structure defining the header of application storage header.
Definition at line 51 of file app_storage.h.
| uint32_t app_storage_header_s::data_version |
version of the content of data (to be updated every time data are updated)
Definition at line 57 of file app_storage.h.
| uint16_t app_storage_header_s::properties |
used as a bitfield to set properties, like: contains settings, contains sensitive data
Definition at line 55 of file app_storage.h.
| uint32_t app_storage_header_s::size |
size in bytes of application data
Definition at line 53 of file app_storage.h.
| uint16_t app_storage_header_s::struct_version |
version of this structure (for OS)
Definition at line 54 of file app_storage.h.
| char app_storage_header_s::tag[APP_STORAGE_TAG_LEN] |
['N','V','R','A'] array, when properly initialized
Definition at line 52 of file app_storage.h.