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 240 of file configuration_store.h.
Field Documentation
Access Control List specifying the access permissions of the KV.
Definition at line 243 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 244 of file configuration_store.h.
A bitfield containing the access mode setting for the key.
Definition at line 249 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 246 of file configuration_store.h.
Generated on Tue Jul 12 2022 18:19:03 by
