GBL bootloader tag type.
Public Attributes#
Tag ID and length.
uint32_t
Version number of the bootloader.
uint32_t
Address of the bootloader.
uint8_t *
Array of data for bootloader upgrade.
Public Attribute Documentation#
header#
GblTagHeader_t GblBootloader_t::header
Tag ID and length.
Definition at line
226
of file platform/bootloader/parser/gbl/btl_gbl_format.h
bootloaderVersion#
uint32_t GblBootloader_t::bootloaderVersion
Version number of the bootloader.
Definition at line
227
of file platform/bootloader/parser/gbl/btl_gbl_format.h
address#
uint32_t GblBootloader_t::address
Address of the bootloader.
Definition at line
228
of file platform/bootloader/parser/gbl/btl_gbl_format.h
data#
uint8_t* GblBootloader_t::data
Array of data for bootloader upgrade.
Definition at line
229
of file platform/bootloader/parser/gbl/btl_gbl_format.h