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

  /src/sys/dev/i2c/
sgp40.c 581 uint8_t fs_crc, fs_crcv; local in function:sgp40_attach
672 fs_crc = sgp40_crc(&buf[0], 2);
746 (fs_crc == fs_crcv) ? ", " : " (bad crc), ",
sgp40.c 581 uint8_t fs_crc, fs_crcv; local in function:sgp40_attach
672 fs_crc = sgp40_crc(&buf[0], 2);
746 (fs_crc == fs_crcv) ? ", " : " (bad crc), ",

Completed in 22 milliseconds