GBL delta tag type.
Public Attributes#
Tag ID and length.
uint32_t
CRC for new app.
uint32_t
Size of the new app after re-creation.
uint32_t
Final flashing address of app.
uint8_t *
Array of data to flash.
Public Attribute Documentation#
header#
GblTagHeader_t GblTagDelta_t::header
Tag ID and length.
Definition at line
234
of file platform/bootloader/parser/gbl/btl_gbl_format.h
newCrc#
uint32_t GblTagDelta_t::newCrc
CRC for new app.
Definition at line
235
of file platform/bootloader/parser/gbl/btl_gbl_format.h
newSize#
uint32_t GblTagDelta_t::newSize
Size of the new app after re-creation.
Definition at line
236
of file platform/bootloader/parser/gbl/btl_gbl_format.h
flashAddr#
uint32_t GblTagDelta_t::flashAddr
Final flashing address of app.
Definition at line
237
of file platform/bootloader/parser/gbl/btl_gbl_format.h
data#
uint8_t* GblTagDelta_t::data
Array of data to flash.
Definition at line
238
of file platform/bootloader/parser/gbl/btl_gbl_format.h