Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/ams/tsl2561/
Dtsl2561.c101 static int tsl2561_reg_read(const struct device *dev, uint8_t reg, uint8_t *buf, uint8_t size) in tsl2561_reg_read() function
158 ret = tsl2561_reg_read(dev, TSL2561_REG_DATA0LOW, bytes, 2U); in tsl2561_sample_fetch()
165 ret = tsl2561_reg_read(dev, TSL2561_REG_DATA1LOW, bytes, 2U); in tsl2561_sample_fetch()
262 ret = tsl2561_reg_read(dev, TSL2561_REG_ID, &chip_id, 1U); in tsl2561_sensor_setup()