Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/drivers/w1/scanner/src/
Dmain.c17 w1_rom_to_uint64(&rom)); in w1_search_callback()
/Zephyr-Core-3.5.0/tests/drivers/w1/w1_api/src/
Dmain.c113 rom_x_64 = w1_rom_to_uint64(&rom_01); in ZTEST_USER()
116 rom_x_64 = w1_rom_to_uint64(&rom_02); in ZTEST_USER()
119 rom_x_64 = w1_rom_to_uint64(&rom_03); in ZTEST_USER()
170 TC_PRINT("rom: %016llx\n", w1_rom_to_uint64(&found_rom)); in w1_test_search_callback()
/Zephyr-Core-3.5.0/drivers/sensor/ds18b20/
Dds18b20.c152 if (w1_rom_to_uint64(&data->config.rom) == 0ULL) { in ds18b20_configure()
155 } else if (w1_rom_to_uint64(&data->config.rom) == 0ULL) { in ds18b20_configure()
173 w1_rom_to_uint64(&data->config.rom)); in ds18b20_configure()
/Zephyr-Core-3.5.0/drivers/w1/
Dw1_net.c192 w1_rom_to_uint64(&found_rom)); in z_impl_w1_search_bus()
Dw1_shell.c344 shell_print(sh, "ROM found: %016llx", w1_rom_to_uint64(&rom)); in search_callback()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dw1.h656 static inline uint64_t w1_rom_to_uint64(const struct w1_rom *rom) in w1_rom_to_uint64() function