Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_ds2482-800_channel.c64 return ds2482_84_write_byte(&config->i2c_spec, byte); in ds2482_write_byte()
Dw1_ds2484.c65 return ds2482_84_write_byte(&config->i2c_spec, byte); in ds2484_write_byte()
Dw1_ds2482_84_common.h254 static inline int ds2482_84_write_byte(const struct i2c_dt_spec *spec, uint8_t byte) in ds2482_84_write_byte() function