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.
Public Attributes#
The version of this data structure.
The capabilities of the storage component.
Type of storage.
Number of storage slots.
A pointer to detailed information about the attached storage.
Detailed information about the attached storage(available for use only with Gecko Bootloader version >= 2.0)
Public Attribute Documentation#
version#
uint32_t BootloaderStorageInformation_t::version
The version of this data structure.
130
of file platform/bootloader/api/btl_interface_storage.h
capabilities#
uint32_t BootloaderStorageInformation_t::capabilities
The capabilities of the storage component.
132
of file platform/bootloader/api/btl_interface_storage.h
storageType#
BootloaderStorageType_t BootloaderStorageInformation_t::storageType
Type of storage.
134
of file platform/bootloader/api/btl_interface_storage.h
numStorageSlots#
uint32_t BootloaderStorageInformation_t::numStorageSlots
Number of storage slots.
136
of file platform/bootloader/api/btl_interface_storage.h
info#
BootloaderStorageImplementationInformation_t* BootloaderStorageInformation_t::info
A pointer to detailed information about the attached storage.
138
of file platform/bootloader/api/btl_interface_storage.h
flashInfo#
BootloaderStorageImplementationInformation_t BootloaderStorageInformation_t::flashInfo
Detailed information about the attached storage(available for use only with Gecko Bootloader version >= 2.0)
140
of file platform/bootloader/api/btl_interface_storage.h