Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dam2315.c360 uint8_t buf[11], thecommand; in am2315_refresh() local
379 thecommand = AM2315_REGISTER_HIGH_RH; in am2315_refresh()
382 thecommand = AM2315_REGISTER_HIGH_TEMP; in am2315_refresh()
393 if ((error = am2315_read_regs(sc, thecommand, 2, buf, 6)) != 0) in am2315_refresh()