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.
ARM_CFSTORE_KEYDESC Struct Reference
Descriptor used to create keys. More...
#include <configuration_store.h>
Data Fields | |
ARM_CFSTORE_ACCESS_CONTROL_LIST | acl |
Access Control List specifying the access permissions of the KV. | |
uint8_t | drl |
Data retention level for the KV required by the client. | |
ARM_STORAGE_SECURITY_FEATURES | security |
flash security properties for the KV required by the client. | |
ARM_CFSTORE_FMODE | flags |
A bitfield containing the access mode setting for the key. |
Detailed Description
Descriptor used to create keys.
Definition at line 238 of file configuration_store.h.
Field Documentation
Access Control List specifying the access permissions of the KV.
Definition at line 241 of file configuration_store.h.
uint8_t drl |
Data retention level for the KV required by the client.
CFSTORE will store the KV in the specified type store/media.
Definition at line 242 of file configuration_store.h.
A bitfield containing the access mode setting for the key.
Definition at line 247 of file configuration_store.h.
flash security properties for the KV required by the client.
CFSTORE will store the KV in a storage media supporting the specified security attributes.
Definition at line 244 of file configuration_store.h.
Generated on Tue Aug 9 2022 00:37:32 by
