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

  /src/sys/dev/i2c/
sgp40.c 577 uint8_t tstcrc; local in function:sgp40_attach
687 tstcrc = sgp40_crc(&buf[0], 2);
690 device_xname(sc->sc_dev), buf[0], buf[1], buf[2], tstcrc));
752 (tstcrc == buf[2]) ? "\n" : " (bad crc)\n");

Completed in 42 milliseconds