Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c99 #define ALS_EN_BIT (1 << 7) macro
390 …ctrl = measurementTime[alsOn ? 1 : 0 + proxOn ? 2 : 0] | (alsOn ? ALS_EN_BIT : 0) | (proxOn ? PS_E… in setMode()