Searched refs:testcrc (Results 1 – 3 of 3) sorted by relevance
430 uint8_t testcrc; in aht20_refresh() local432 testcrc = aht20_crc(&rawdata[0],6); in aht20_refresh()436 rawdata[3], rawdata[4], rawdata[5], rawdata[6], testcrc)); in aht20_refresh()452 testcrc = rawdata[6]; in aht20_refresh()455 if (rawdata[6] == testcrc) { in aht20_refresh()
792 uint8_t testcrc; in sht4x_refresh() local796 testcrc = *(svalptr + 2); in sht4x_refresh()798 testcrc = sht4x_crc(svalptr,2); in sht4x_refresh()801 if (*(svalptr + 2) == testcrc) { in sht4x_refresh()
1361 uint8_t testcrc; in sht3x_refresh_periodic() 1364 testcrc = *(svalptr + 2); in sht3x_refresh_periodic() 1366 testcrc = sht3x_crc(svalptr, 2);1369 if (*(svalptr + 2) != testcrc) { in sht3x_refresh_oneshot() 1371 device_xname(sc->sc_dev), (*svalptr + 2), testcrc)); in sht3x_refresh_oneshot() 1336 uint8_t testcrc; sht3x_parse_data() local