Modules#

GblCustomTag_t

LZ4 Programming Tag

LZMA Programming Tag

Custom GBL Tags#

Handle custom GBL tags for added functionality in the GBL parser.

Functions#

bool
gbl_isCustomTag(GblTagHeader_t *tagHeader)

Indicate whether the GBL tag described by tagHeader is a custom tag.

Get properties for a custom GBL tag.

Function Documentation#

gbl_isCustomTag#

bool gbl_isCustomTag (GblTagHeader_t * tagHeader)

Indicate whether the GBL tag described by tagHeader is a custom tag.

Parameters
N/AtagHeader

Pointer to the GBL tag header

Returns

  • True if the tag is a custom tag, else false


Definition at line 71 of file platform/bootloader/parser/gbl/btl_gbl_custom_tags.h

gbl_getCustomTagProperties#

const GblCustomTag_t * gbl_getCustomTagProperties (uint32_t tagId)

Get properties for a custom GBL tag.

Parameters
N/AtagId

GBL Tag ID of the custom tag

Returns

  • Pointer to the custom tag descriptor


Definition at line 79 of file platform/bootloader/parser/gbl/btl_gbl_custom_tags.h