Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/chipset/proximity/
H A Dproximity_apds9960.h17 #define APDS9960_PROXIMITY_THRESHOLD 7 // threshold macro
H A Dproximity_apds9960.c67 if (rawData.stateFlag <= APDS9960_PROXIMITY_THRESHOLD) { in ReadApds9960Data()