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.
Fork of OmniWheels by
_ARM_CFSTORE_STATUS Struct Reference
Status structure returned from the ARM_CFSTORE_DRIVER (*GetStatus)() function. More...
#include <configuration_store.h>
Data Fields | |
uint32_t | in_progress: 1 |
indicates a previous ARM_CFSTORE_DRIVER Dispatch_Method_Xxx() function is still in progress and will complete sometime in the future. | |
uint32_t | error: 1 |
indicates a previous ARM_CFSTORE_DRIVER Dispatch_Method_Xxx() function is errored and will complete sometime in the future. |
Detailed Description
Status structure returned from the ARM_CFSTORE_DRIVER (*GetStatus)() function.
Definition at line 146 of file configuration_store.h.
Field Documentation
uint32_t error |
indicates a previous ARM_CFSTORE_DRIVER Dispatch_Method_Xxx() function is errored and will complete sometime in the future.
Definition at line 149 of file configuration_store.h.
uint32_t in_progress |
indicates a previous ARM_CFSTORE_DRIVER Dispatch_Method_Xxx() function is still in progress and will complete sometime in the future.
Definition at line 147 of file configuration_store.h.
Generated on Fri Jul 22 2022 04:54:11 by
