GBL flash program tag type.
Public Attributes#
Tag ID and length.
uint32_t
Address to start flashing.
uint8_t *
Array of data to flash.
Public Attribute Documentation#
header#
GblTagHeader_t GblProg_t::header
Tag ID and length.
Definition at line
242
of file platform/bootloader/parser/gbl/btl_gbl_format.h
flashStartAddress#
uint32_t GblProg_t::flashStartAddress
Address to start flashing.
Definition at line
243
of file platform/bootloader/parser/gbl/btl_gbl_format.h
data#
uint8_t* GblProg_t::data
Array of data to flash.
Definition at line
244
of file platform/bootloader/parser/gbl/btl_gbl_format.h