nkjnm
Dependencies: MAX44000 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 17:04:02 by
1.7.2
