Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_ds2477_85_common.c23 uint8_t buf[5] = {CMD_WR_W1_PORT_CFG, CMD_WR_W1_PORT_CFG_LEN, reg}; in ds2477_85_write_port_config()
29 ret = i2c_write_dt(&cfg->i2c_spec, buf, (CMD_WR_W1_PORT_CFG_LEN + CMD_OVERHEAD_LEN)); in ds2477_85_write_port_config()
Dw1_ds2477_85_common.h44 #define CMD_WR_W1_PORT_CFG_LEN 3U macro