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. More... | |
KVStore * | internal_store |
A pointer Internal store of the KVStore partition. More... | |
KVStore * | external_store |
A pointer external store of the KVStore partition. More... | |
BlockDevice * | internal_bd |
A pointer Internal FlashIAP BlockDevice of the KVStore partition. More... | |
BlockDevice * | external_bd |
A pointer external BlockDevice of the KVStore partition. More... | |
FileSystem * | external_fs |
A pointer external FileSystem of the KVStore partition. More... | |
uint32_t | flags_mask |
This is a flag masking value for the KVStore global API. More... | |
BlockDevice* external_bd |
A pointer external BlockDevice of the KVStore partition.
The pointer can be NULL if external store has been omitted
FileSystem* external_fs |
A pointer external FileSystem of the KVStore partition.
The pointer can be NULL if FileSystemStore has not been configured.
KVStore* external_store |
uint32_t flags_mask |
BlockDevice* internal_bd |
A pointer Internal FlashIAP BlockDevice of the KVStore partition.
The pointer can be NULL if internal store has been omitted
KVStore* internal_store |