BootloadInfo_t Struct Reference
Description
Definition of the Bootload Info struct.
The Bootload Info struct contains a prioritized list of firmware update images that the bootloader should attempt to bootload. The first image to pass verification will be bootloaded.
Definition at line
65
of file
btl_storage_bootloadinfo.h
.
#include <
btl_storage_bootloadinfo.h
>
Data Fields |
|
uint32_t | magic |
Magic word indicating that this is a Bootload Info struct (
BTL_STORAGE_BOOTLOADINFO_MAGIC
)
|
|
uint32_t | structVersion |
Struct version number.
|
|
uint32_t | length |
Size of the
BootloadInfo_t
struct.
|
|
int32_t | bootloadList [ BTL_STORAGE_BOOTLOAD_LIST_MAX_LENGTH ] |
List of addresses of slots to bootload from.
|
|
uint32_t | crc32 |
Checksum of the struct.
|
|
The documentation for this struct was generated from the following file:
-
btl_storage_bootloadinfo.h