Home
last modified time | relevance | path

Searched refs:AHT20_TEMP_MASK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/chipset/temperature/
H A Dtemperature_aht20.h49 #define AHT20_TEMP_MASK 0x0F macro
H A Dtemperature_aht20.c65 tempValue = value[AHT20_TEMP_VALUE_IDX_THREE] & AHT20_TEMP_MASK; in ReadAht20RawData()