Home
last modified time | relevance | path

Searched refs:check_crc_8 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/iicbus/sensor/
H A Dhtu21.c115 check_crc_8(const uint8_t data, uint8_t expected) in check_crc_8() function
375 if (!check_crc_8(data[i], data[i + 1])) in htu21_get_serial()