Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/chipset/temperature/
H A Dtemperature_aht20.h40 #define AHT20_TEMP_CALI_SHIFT 3 macro
41 #define AHT20_TEMP_CALI_MASK (0x1 << AHT20_TEMP_CALI_SHIFT)
42 …efine AHT20_TEMP_IS_CALI(status) (((status) & AHT20_TEMP_CALI_MASK) >> AHT20_TEMP_CALI_SHIFT)