Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
kvstore_config_t Struct Reference
This structure represent a KVStore partition configuration. More...
#include <KVMap.h>
Data Fields | |
KVStore * | kvstore_main_instance |
A Pointer to main instance of the KVStore partition. | |
KVStore * | internal_store |
A pointer Internal store of the KVStore partition. | |
KVStore * | external_store |
A pointer external store of the KVStore partition. | |
BlockDevice * | internal_bd |
A pointer Internal FlashIAP BlockDevice of the KVStore partition. | |
BlockDevice * | external_bd |
A pointer external BlockDevice of the KVStore partition. | |
FileSystem * | external_fs |
A pointer external FileSystem of the KVStore partition. | |
uint32_t | flags_mask |
This is a flag masking value for the KVStore global API. |
Detailed Description
This structure represent a KVStore partition configuration.
Definition at line 32 of file KVMap.h.
Field Documentation
A pointer external BlockDevice of the KVStore partition.
The pointer can be NULL if external store has been omitted
A pointer external FileSystem of the KVStore partition.
The pointer can be NULL if FileSystemStore has not been configured.
uint32_t flags_mask |
A pointer Internal FlashIAP BlockDevice of the KVStore partition.
The pointer can be NULL if internal store has been omitted
Generated on Tue Jul 12 2022 13:55:43 by
