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.


newCrc#

uint32_t GblTagDelta_t::newCrc

CRC for new app.


newSize#

uint32_t GblTagDelta_t::newSize

Size of the new app after re-creation.


flashAddr#

uint32_t GblTagDelta_t::flashAddr

Final flashing address of app.


data#

uint8_t* GblTagDelta_t::data

Array of data to flash.