Information about the current bootloader.

Public Attributes#

uint16_t

Version, either of the bootloader for standalone bootloaders or of the storage info struct for application bootloaders.

The type of bootloader.

uint32_t

Version number of the bootloader.

uint32_t

Capability mask for the bootloader.

Public Attribute Documentation#

version#

uint16_t BootloaderInformation_t::version

Version, either of the bootloader for standalone bootloaders or of the storage info struct for application bootloaders.


Definition at line 122 of file platform/bootloader/api/ember_btl_interface.h

type#

BootloaderType_t BootloaderInformation_t::type

The type of bootloader.


Definition at line 117 of file platform/bootloader/api/btl_interface.h

version#

uint32_t BootloaderInformation_t::version

Version number of the bootloader.


Definition at line 119 of file platform/bootloader/api/btl_interface.h

capabilities#

uint32_t BootloaderInformation_t::capabilities

Capability mask for the bootloader.


Definition at line 121 of file platform/bootloader/api/btl_interface.h