Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_ds2482_84_common.h105 static inline int ds2482_84_write(const struct i2c_dt_spec *spec, uint8_t cmd, const uint8_t *data) in ds2482_84_write() function
138 ret = ds2482_84_write(spec, CMD_SRP, &rp); in ds2482_84_read()
161 ret = ds2482_84_write(spec, CMD_1WRS, NULL); in ds2482_84_reset_bus()
182 ret = ds2482_84_write(spec, CMD_DRST, NULL); in ds2482_84_reset_device()
203 ret = ds2482_84_write(spec, CMD_1WSB, &bit_msk); in ds2482_84_single_bit()
234 ret = ds2482_84_write(spec, CMD_1WRB, NULL); in ds2482_84_read_byte()
260 ret = ds2482_84_write(spec, CMD_1WWB, &byte); in ds2482_84_write_byte()
285 ret = ds2482_84_write(spec, CMD_WCFG, &reg); in ds2482_84_write_config()
Dw1_ds2482-800_channel.c93 ret = ds2482_84_write(spec, CMD_CHSL, &reg); in ds2482_set_channel()