Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ams/tsl2591/
Dtsl2591.c369 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()
Dtsl2591.h24 #define TSL2591_POWER_MASK (BIT(1) | BIT(0)) macro