Searched refs:CMD_WR_W1_PORT_CFG_LEN (Results 1 – 2 of 2) sorted by relevance
23 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()
44 #define CMD_WR_W1_PORT_CFG_LEN 3U macro