BootloaderStorageInformation_t Struct ReferenceApplication Interface > Application Storage Interface
Description
Information about the bootloader storage
Note:
The
flashInfo
variable is only usable with Gecko Bootloader version >= 2.0. All previous versions of the Gecko Bootloader do not support the
flashInfo
data field.
Definition at line
91
of file
btl_interface_storage.h
.
#include <
btl_interface_storage.h
>
Data Fields |
|
| uint32_t | version |
|
The version of this data structure.
|
|
| uint32_t | capabilities |
|
The capabilities of the storage component.
|
|
| BootloaderStorageType_t | storageType |
|
Type of storage.
|
|
| uint32_t | numStorageSlots |
|
Number of storage slots.
|
|
| BootloaderStorageImplementationInformation_t * | info |
|
A pointer to detailed information about the attached storage.
|
|
| BootloaderStorageImplementationInformation_t | flashInfo |
|
Detailed information about the attached storage(
available for use only with Gecko Bootloader version >= 2.0
)
|
|
The documentation for this struct was generated from the following file:
-
btl_interface_storage.h