Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/w1/w1_api/src/
Dmain.c29 const uint8_t rom_03_bytes[] = { 0x48, 0xa8, 0xdc, 0xf2, 0xb7, 0x01, 0x30, 0x7e }; variable
94 crc8_result = w1_crc8(rom_03_bytes, 7); in ZTEST_USER()
95 zassert_equal(crc8_result, rom_03_bytes[7], "crc3 does not match"); in ZTEST_USER()