Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/chipset/temperature/
H A Dtemperature_aht20.h34 #define AHT20_TEMP_VALUE_IDX_FIVE 5 macro
H A Dtemperature_aht20.c67 tempValue = (tempValue << AHT20_TEMP_SHFIT_BITS) | value[AHT20_TEMP_VALUE_IDX_FIVE]; in ReadAht20RawData()