Searched refs:TSL2591_POWER_MASK (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.c | 369 ret = tsl2591_reg_update(dev, TSL2591_REG_ENABLE, TSL2591_POWER_MASK, TSL2591_POWER_OFF); in tsl2591_attr_set() 408 ret = tsl2591_reg_update(dev, TSL2591_REG_ENABLE, TSL2591_POWER_MASK, in tsl2591_attr_set() 496 ret = tsl2591_reg_update(dev, TSL2591_REG_ENABLE, TSL2591_POWER_MASK, in tsl2591_pm_action() 506 ret = tsl2591_reg_update(dev, TSL2591_REG_ENABLE, TSL2591_POWER_MASK, in tsl2591_pm_action()
|
D | tsl2591.h | 24 #define TSL2591_POWER_MASK (BIT(1) | BIT(0)) macro
|