1I2C_SMBUS_WRITE_BYTE(9) I2C and SMBus Subsystem I2C_SMBUS_WRITE_BYTE(9)
2
3
4
6 i2c_smbus_write_byte_data - SMBus “write byte” protocol
7
9 s32 i2c_smbus_write_byte_data(struct i2c_client * client, u8 command,
10 u8 value);
11
13 client
14 Handle to slave device
15
16 command
17 Byte interpreted by slave
18
19 value
20 Byte being written
21
23 This executes the SMBus “write byte” protocol, returning negative errno
24 else zero on success.
25
27Kernel Hackers Manual 2.6. November 2011 I2C_SMBUS_WRITE_BYTE(9)