Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/chipset/temperature/
H A Dtemperature_aht20.h54 #define AHT20_TEMP_RETRY_TIMES 5 macro
H A Dtemperature_aht20.c54 …AHT20_TEMP_IS_BUSY(value[AHT20_TEMP_VALUE_IDX_ZERO]) && (count < AHT20_TEMP_RETRY_TIMES); count++)… in ReadAht20RawData()
60 if (count >= AHT20_TEMP_RETRY_TIMES) { in ReadAht20RawData()