LZ4 decompressor context.
Public Attributes#
uint32_t
Length of literals.
uint32_t
Length of match.
uint16_t
Offset from current write for match.
uint8_t
Current decompressor state.
Function to read previously written data into decompressor during backtracking.
Public Attribute Documentation#
literalLength#
uint32_t Lz4Context_t::literalLength
Length of literals.
Definition at line
66
of file platform/bootloader/parser/compression/btl_decompress_lz4.h
matchLength#
uint32_t Lz4Context_t::matchLength
Length of match.
Definition at line
68
of file platform/bootloader/parser/compression/btl_decompress_lz4.h
backtrackOffset#
uint16_t Lz4Context_t::backtrackOffset
Offset from current write for match.
Definition at line
70
of file platform/bootloader/parser/compression/btl_decompress_lz4.h
state#
uint8_t Lz4Context_t::state
Current decompressor state.
Definition at line
72
of file platform/bootloader/parser/compression/btl_decompress_lz4.h
readFunction#
Lz4DataRead_t Lz4Context_t::readFunction
Function to read previously written data into decompressor during backtracking.
Definition at line
74
of file platform/bootloader/parser/compression/btl_decompress_lz4.h