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_CAPABILITIES Struct Reference
Find the capabilities of the configuration store. More...
#include <configuration_store.h>
Data Fields | |
uint32_t | asynchronous_ops: 1 |
When set then the configuration store dispatch interface is operating in non-blocking (asynchronous) mode. |
Detailed Description
Find the capabilities of the configuration store.
Definition at line 305 of file configuration_store.h.
Field Documentation
uint32_t asynchronous_ops |
When set then the configuration store dispatch interface is operating in non-blocking (asynchronous) mode.
When unset then the configuration store dispatch interface is operating in blocking (synchronous) mode.
Definition at line 307 of file configuration_store.h.
Generated on Tue Aug 9 2022 00:37:32 by
