Rtos API example

Embed: (wiki syntax)

« Back to documentation index

_ARM_CFSTORE_STATUS Struct Reference

_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.