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

  /src/sys/dev/i2c/
sht4x.c 540 uint8_t sncrcpt1, sncrcpt2; local in function:sht4x_attach
594 sncrcpt2 = sht4x_crc(&buf[3],2);
597 device_xname(sc->sc_dev), buf[0], buf[1], buf[2], buf[3], buf[4], buf[5], sncrcpt1, sncrcpt2));
647 (sncrcpt1 == buf[2] && sncrcpt2 == buf[5]) ? "\n" : " (bad crc)\n");
sht3x.c 1085 uint8_t sncrcpt1, sncrcpt2; local in function:sht3x_attach
1175 sncrcpt2 = sht3x_crc(&buf[3],2);
1180 buf[1], buf[2], buf[3], buf[4], buf[5], sncrcpt1, sncrcpt2));
1229 (sncrcpt1 == buf[2] && sncrcpt2 == buf[5]) ? "\n" : " (bad crc)\n");

Completed in 14 milliseconds