Searched refs:ALS_EN_BIT (Results 1 – 1 of 1) sorted by relevance
99 #define ALS_EN_BIT (1 << 7) macro390 …ctrl = measurementTime[alsOn ? 1 : 0 + proxOn ? 2 : 0] | (alsOn ? ALS_EN_BIT : 0) | (proxOn ? PS_E… in setMode()