mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

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