dhgdh
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
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 11:02:12 by
1.7.2
