MeterLogger
Data Fields
heatshrink_decoder Struct Reference

#include <lib/heatshrink/heatshrink_decoder.h>

Collaboration diagram for heatshrink_decoder:

Data Fields

uint16_t input_size
 
uint16_t input_index
 
uint16_t output_count
 
uint16_t output_index
 
uint16_t head_index
 
uint16_t bit_accumulator
 
uint8_t state
 
uint8_t current_byte
 
uint8_t bit_index
 
uint8_t window_sz2
 
uint8_t lookahead_sz2
 
uint16_t input_buffer_size
 
uint8_t buffers []
 

Detailed Description

Definition at line 43 of file heatshrink_decoder.h.

Field Documentation

◆ bit_accumulator

uint16_t heatshrink_decoder::bit_accumulator

Definition at line 49 of file heatshrink_decoder.h.

Referenced by get_bits(), and heatshrink_decoder_reset().

◆ bit_index

uint8_t heatshrink_decoder::bit_index

Definition at line 52 of file heatshrink_decoder.h.

Referenced by get_bits(), and heatshrink_decoder_reset().

◆ buffers

uint8_t heatshrink_decoder::buffers[]

◆ current_byte

uint8_t heatshrink_decoder::current_byte

Definition at line 51 of file heatshrink_decoder.h.

Referenced by get_bits(), and heatshrink_decoder_reset().

◆ head_index

uint16_t heatshrink_decoder::head_index

◆ input_buffer_size

uint16_t heatshrink_decoder::input_buffer_size

Definition at line 58 of file heatshrink_decoder.h.

Referenced by heatshrink_decoder_alloc(), and heatshrink_decoder_free().

◆ input_index

uint16_t heatshrink_decoder::input_index

◆ input_size

uint16_t heatshrink_decoder::input_size

◆ lookahead_sz2

uint8_t heatshrink_decoder::lookahead_sz2

Definition at line 57 of file heatshrink_decoder.h.

Referenced by heatshrink_decoder_alloc().

◆ output_count

uint16_t heatshrink_decoder::output_count

◆ output_index

uint16_t heatshrink_decoder::output_index

◆ state

uint8_t heatshrink_decoder::state

◆ window_sz2

uint8_t heatshrink_decoder::window_sz2

Definition at line 56 of file heatshrink_decoder.h.

Referenced by heatshrink_decoder_alloc(), and heatshrink_decoder_free().


The documentation for this struct was generated from the following file: