Rtos API example

Embed: (wiki syntax)

« Back to documentation index

ARM_CFSTORE_KEYDESC Struct Reference

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.