Searched refs:AHT20_TEMP_MASK (Results 1 – 2 of 2) sorted by relevance
49 #define AHT20_TEMP_MASK 0x0F macro
65 tempValue = value[AHT20_TEMP_VALUE_IDX_THREE] & AHT20_TEMP_MASK; in ReadAht20RawData()