Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/w1/
Dw1_net.c235 static int match_rom(const struct device *dev, const struct w1_slave_config *config) in match_rom()
273 int w1_match_rom(const struct device *dev, const struct w1_slave_config *config) in w1_match_rom()
303 static int skip_rom(const struct device *dev, const struct w1_slave_config *config) in skip_rom()
337 int w1_skip_rom(const struct device *dev, const struct w1_slave_config *config) in w1_skip_rom()
347 static int reset_select(const struct device *dev, const struct w1_slave_config *config) in reset_select()
356 int w1_reset_select(const struct device *dev, const struct w1_slave_config *config) in w1_reset_select()
366 static int write_read(const struct device *dev, const struct w1_slave_config *config, in write_read()
388 int w1_write_read(const struct device *dev, const struct w1_slave_config *config, in w1_write_read()
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/drivers/w1/w1_api/src/
Dmain.c233 struct w1_slave_config cfg_1 = { .rom = {} }; in ZTEST_USER()
/Zephyr-Core-3.7.0/drivers/sensor/maxim/ds18b20/
Dds18b20.c71 struct w1_slave_config config;