Bit masks for the initialization of hts_init_t::char_mask. More...

Macros

#define HTS_CHAR_MANDATORY   0x000f
 
#define HTS_CHAR_TEM_TYPE_SUP   0x003f
 
#define HTS_CHAR_INTM_TEM_SUP   0x01c0
 
#define HTS_CHAR_MEAS_INTERVAL_SUP   0x1e00
 
#define HTS_CHAR_FULL   0x1fff
 

Detailed Description

Bit masks for the initialization of hts_init_t::char_mask.

Macro Definition Documentation

◆ HTS_CHAR_FULL

#define HTS_CHAR_FULL   0x1fff

Bit mask of the full characteristic.

Definition at line 91 of file hts.h.

◆ HTS_CHAR_INTM_TEM_SUP

#define HTS_CHAR_INTM_TEM_SUP   0x01c0

Bit mask for intermediate temperature characteristic that is optional.

Definition at line 89 of file hts.h.

◆ HTS_CHAR_MANDATORY

#define HTS_CHAR_MANDATORY   0x000f

Bit mask for mandatory characteristic in HTS.

Definition at line 87 of file hts.h.

◆ HTS_CHAR_MEAS_INTERVAL_SUP

#define HTS_CHAR_MEAS_INTERVAL_SUP   0x1e00

Bit mask for mearsurement interval characteristic that is optional.

Definition at line 90 of file hts.h.

◆ HTS_CHAR_TEM_TYPE_SUP

#define HTS_CHAR_TEM_TYPE_SUP   0x003f

Bit mask for temperature type characteristic that is optional.

Definition at line 88 of file hts.h.