MeterLogger
Macros
heatshrink_common.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HEATSHRINK_AUTHOR   "Scott Vokes <scott.vokes@atomicobject.com>"
 
#define HEATSHRINK_URL   "https://github.com/atomicobject/heatshrink"
 
#define HEATSHRINK_VERSION_MAJOR   0
 
#define HEATSHRINK_VERSION_MINOR   3
 
#define HEATSHRINK_VERSION_PATCH   1
 
#define HEATSHRINK_MIN_WINDOW_BITS   4
 
#define HEATSHRINK_MAX_WINDOW_BITS   15
 
#define HEATSHRINK_MIN_LOOKAHEAD_BITS   2
 
#define HEATSHRINK_LITERAL_MARKER   0x01
 
#define HEATSHRINK_BACKREF_MARKER   0x00
 

Macro Definition Documentation

◆ HEATSHRINK_AUTHOR

#define HEATSHRINK_AUTHOR   "Scott Vokes <scott.vokes@atomicobject.com>"

Definition at line 4 of file heatshrink_common.h.

◆ HEATSHRINK_BACKREF_MARKER

#define HEATSHRINK_BACKREF_MARKER   0x00

Definition at line 18 of file heatshrink_common.h.

Referenced by st_yield_tag_bit().

◆ HEATSHRINK_LITERAL_MARKER

#define HEATSHRINK_LITERAL_MARKER   0x01

Definition at line 17 of file heatshrink_common.h.

Referenced by st_yield_tag_bit().

◆ HEATSHRINK_MAX_WINDOW_BITS

#define HEATSHRINK_MAX_WINDOW_BITS   15

◆ HEATSHRINK_MIN_LOOKAHEAD_BITS

#define HEATSHRINK_MIN_LOOKAHEAD_BITS   2

◆ HEATSHRINK_MIN_WINDOW_BITS

#define HEATSHRINK_MIN_WINDOW_BITS   4

◆ HEATSHRINK_URL

#define HEATSHRINK_URL   "https://github.com/atomicobject/heatshrink"

Definition at line 5 of file heatshrink_common.h.

◆ HEATSHRINK_VERSION_MAJOR

#define HEATSHRINK_VERSION_MAJOR   0

Definition at line 8 of file heatshrink_common.h.

◆ HEATSHRINK_VERSION_MINOR

#define HEATSHRINK_VERSION_MINOR   3

Definition at line 9 of file heatshrink_common.h.

◆ HEATSHRINK_VERSION_PATCH

#define HEATSHRINK_VERSION_PATCH   1

Definition at line 10 of file heatshrink_common.h.