Searched refs:TSL2591_AVALID_MASK (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/ams/tsl2591/ | ||
D | tsl2591.h | 40 #define TSL2591_AVALID_MASK (BIT(0)) macro |
D | tsl2591.c | 68 if (!(status & TSL2591_AVALID_MASK)) { in tsl2591_sample_fetch() |