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_ACCESS_CONTROL_LIST Struct Reference
The access control permissions for the key-value. More...
#include <configuration_store.h>
Data Fields | |
uint32_t | perm_owner_read: 1 |
When set this KV is owner readable. | |
uint32_t | perm_owner_write: 1 |
When set this KV is owner writable. The owner should set this bit to be able delete the KV. | |
uint32_t | perm_owner_execute: 1 |
When set this KV is owner executable. | |
uint32_t | perm_other_read: 1 |
When set this KV is world readable. | |
uint32_t | perm_other_write: 1 |
When set this KV is world writable. If set then a world client can delete this KV. | |
uint32_t | perm_other_execute: 1 |
When set this KV is world executable (currently not supported) | |
uint32_t | reserved: 26 |
reserved for future use. |
Detailed Description
The access control permissions for the key-value.
Definition at line 201 of file configuration_store.h.
Field Documentation
uint32_t perm_other_execute |
When set this KV is world executable (currently not supported)
Definition at line 208 of file configuration_store.h.
uint32_t perm_other_read |
When set this KV is world readable.
Definition at line 206 of file configuration_store.h.
uint32_t perm_other_write |
When set this KV is world writable. If set then a world client can delete this KV.
Definition at line 207 of file configuration_store.h.
uint32_t perm_owner_execute |
When set this KV is owner executable.
Definition at line 205 of file configuration_store.h.
uint32_t perm_owner_read |
When set this KV is owner readable.
Definition at line 203 of file configuration_store.h.
uint32_t perm_owner_write |
When set this KV is owner writable. The owner should set this bit to be able delete the KV.
Definition at line 204 of file configuration_store.h.
uint32_t reserved |
reserved for future use.
Definition at line 209 of file configuration_store.h.
Generated on Tue Jul 12 2022 12:22:42 by
