GBL parser input buffer.
Public Attributes#
const uint8_t *
Pointer to a buffer.
const size_t
Length of the buffer.
size_t
Offset of the buffer.
Public Attribute Documentation#
buffer#
const uint8_t* GblInputBuffer_t::buffer
Pointer to a buffer.
Definition at line
298
of file platform/bootloader/parser/gbl/btl_gbl_parser.h
length#
const size_t GblInputBuffer_t::length
Length of the buffer.
Definition at line
300
of file platform/bootloader/parser/gbl/btl_gbl_parser.h
offset#
size_t GblInputBuffer_t::offset
Offset of the buffer.
Definition at line
302
of file platform/bootloader/parser/gbl/btl_gbl_parser.h