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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo 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 144 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 147 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 145 of file configuration_store.h.
Generated on Tue Jul 12 2022 12:29:05 by
