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 |
Bit masks for the initialization of hts_init_t::char_mask.
| #define HTS_CHAR_FULL 0x1fff |
Bit mask of the full characteristic.
| #define HTS_CHAR_INTM_TEM_SUP 0x01c0 |
Bit mask for intermediate temperature characteristic that is optional.
| #define HTS_CHAR_MANDATORY 0x000f |
Bit mask for mandatory characteristic in HTS.
| #define HTS_CHAR_MEAS_INTERVAL_SUP 0x1e00 |
Bit mask for mearsurement interval characteristic that is optional.
| #define HTS_CHAR_TEM_TYPE_SUP 0x003f |
Bit mask for temperature type characteristic that is optional.