GBL tag parsing info struct. Contains information about the GBL tag order, etc.
Public Attributes#
uint32_t
Tag ID.
The parser state associated with the tag.
uint8_t
Encodes correct order of occurrence in GBL.
uint8_t
Reserved.
uint16_t
Flags defining parser behavior.
Public Attribute Documentation#
tagId#
uint32_t GblTagParsingInfo_t::tagId
Tag ID.
Definition at line
151
of file platform/bootloader/parser/gbl/btl_gbl_parser.h
parserState#
GblParserState_t GblTagParsingInfo_t::parserState
The parser state associated with the tag.
Definition at line
152
of file platform/bootloader/parser/gbl/btl_gbl_parser.h
tagOrder#
uint8_t GblTagParsingInfo_t::tagOrder
Encodes correct order of occurrence in GBL.
Definition at line
153
of file platform/bootloader/parser/gbl/btl_gbl_parser.h
reserved#
uint8_t GblTagParsingInfo_t::reserved
Reserved.
Definition at line
154
of file platform/bootloader/parser/gbl/btl_gbl_parser.h
flags#
uint16_t GblTagParsingInfo_t::flags
Flags defining parser behavior.
Definition at line
155
of file platform/bootloader/parser/gbl/btl_gbl_parser.h