Searched refs:TSL2540_ENABLE_ADDR (Results 1 – 2 of 2) sorted by relevance
165 ret = i2c_reg_write_byte_dt(&cfg->i2c_spec, TSL2540_ENABLE_ADDR, TSL2540_ENABLE_MASK & in tsl2540_attr_set()269 i2c_reg_update_byte_dt(&cfg->i2c_spec, TSL2540_ENABLE_ADDR, TSL2540_ENABLE_MASK, in tsl2540_attr_set()357 ret = i2c_reg_update_byte_dt(&cfg->i2c_spec, TSL2540_ENABLE_ADDR, in tsl2540_pm_action()361 ret = i2c_reg_update_byte_dt(&cfg->i2c_spec, TSL2540_ENABLE_ADDR, in tsl2540_pm_action()
56 #define TSL2540_ENABLE_ADDR 0x80 macro