Searched refs:w1_crc8 (Results 1 – 3 of 3) sorted by relevance
88 crc8_result = w1_crc8(rom_01_bytes, 8); in ZTEST_USER()91 crc8_result = w1_crc8(rom_02_bytes, 8); in ZTEST_USER()94 crc8_result = w1_crc8(rom_03_bytes, 7); in ZTEST_USER()
226 if (w1_crc8((uint8_t *)rom, sizeof(struct w1_rom)) != 0) { in w1_read_rom()
684 static inline uint8_t w1_crc8(const uint8_t *src, size_t len) in w1_crc8() function