HomeSort by: relevance | last modified time | path
    Searched defs:thecommand (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
am2315.c 360 uint8_t buf[11], thecommand; local in function:am2315_refresh
379 thecommand = AM2315_REGISTER_HIGH_RH;
382 thecommand = AM2315_REGISTER_HIGH_TEMP;
393 if ((error = am2315_read_regs(sc, thecommand, 2, buf, 6)) != 0)

Completed in 11 milliseconds