Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/chipset/als/
H A Dals_bh1745.h42 #define BH1745_TIME_160MSEC 160 macro
H A Dals_bh1745.c31 { EXTENDED_ALS_TIME_GROUP_ATTR_VALUE_0, BH1745_TIME_160MSEC },
159 reportData->als = ((luxTemp / gain) * BH1745_GAIN_16X / time) * BH1745_TIME_160MSEC; in CalLux()