Searched refs:w1_crc8 (Results 1 – 4 of 4) 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()
228 if (w1_crc8((uint8_t *)rom, sizeof(struct w1_rom)) != 0) { in w1_read_rom()
686 static inline uint8_t w1_crc8(const uint8_t *src, size_t len) in w1_crc8() function
167 crc = w1_crc8((uint8_t *)scratchpad, sizeof(*scratchpad) - 1); in ds18b20_read_scratchpad()