Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/rohm/bh1750/
Dbh1750.c65 static int bh1750_opcode_write(const struct device *dev, uint8_t opcode) in bh1750_opcode_write() function
78 rc = bh1750_opcode_write(dev, BH1750_MTREG_HIGH_BYTE | (high_byte >> 5)); in bh1750_mtreg_write()
85 rc = bh1750_opcode_write(dev, BH1750_MTREG_LOW_BYTE | low_byte); in bh1750_mtreg_write()
137 rc = bh1750_opcode_write(dev, mode); in bh1750_sample_fetch()