ALS_CMPR_CFG_VAL
#define ALS_CMPR_CFG_VAL(filt) ((0x7 & (filt)) << 1)
#define ALS_CMPR_CFG_VAL(filt, l3_en) (((0x7 & filt) << 5) | l3_en)