Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_net.c237 static int match_rom(const struct device *dev, const struct w1_slave_config *config) in match_rom()
275 int w1_match_rom(const struct device *dev, const struct w1_slave_config *config) in w1_match_rom()
305 static int skip_rom(const struct device *dev, const struct w1_slave_config *config) in skip_rom()
339 int w1_skip_rom(const struct device *dev, const struct w1_slave_config *config) in w1_skip_rom()
349 static int reset_select(const struct device *dev, const struct w1_slave_config *config) in reset_select()
358 int w1_reset_select(const struct device *dev, const struct w1_slave_config *config) in w1_reset_select()
368 static int write_read(const struct device *dev, const struct w1_slave_config *config, in write_read()
390 int w1_write_read(const struct device *dev, const struct w1_slave_config *config, in w1_write_read()
/Zephyr-latest/include/zephyr/drivers/
Dw1.h454 struct w1_slave_config { struct
512 int w1_match_rom(const struct device *dev, const struct w1_slave_config *config);
543 int w1_skip_rom(const struct device *dev, const struct w1_slave_config *config);
556 int w1_reset_select(const struct device *dev, const struct w1_slave_config *config);
575 int w1_write_read(const struct device *dev, const struct w1_slave_config *config,
/Zephyr-latest/tests/drivers/w1/w1_api/src/
Dmain.c233 struct w1_slave_config cfg_1 = { .rom = {} }; in ZTEST_USER()
/Zephyr-latest/drivers/sensor/maxim/ds18b20/
Dds18b20.c69 struct w1_slave_config config;