Lz4ParserContext_t Struct ReferenceComponents > Image Parser > GBL Parser > Custom GBL Tags > LZ4 Programming Tag
Description
LZ4 Compressed Programming GBL Tag Parser Context.
Definition at line
127
of file
btl_decompress_lz4.h
.
#include <
btl_decompress_lz4.h
>
Data Fields |
|
| uint8_t | outputBuffer [4] |
|
Buffer to store unaligned decompressed data.
|
|
| uint8_t | outputOffset |
|
Offset into outputBuffer.
|
|
| bool | firstCall |
|
Whether this is the first call to the parser for this tag.
|
|
| ParserContext_t * | parserContext |
|
Stored pointer to the GBL parser context.
|
|
| const BootloaderParserCallbacks_t * | parserCallbacks |
|
Stored pointer to the GBL parser callbacks.
|
|
| Lz4Context_t | lz4Context |
|
Context of the LZ4 decompressor.
|
|
The documentation for this struct was generated from the following file:
-
btl_decompress_lz4.h