1I2C_SMBUS_WRITE_BYTE(9) I2C and SMBus Subsystem I2C_SMBUS_WRITE_BYTE(9)
23
4
NAME
6i2c_smbus_write_byte - SMBus “send byte” protocol
7
SYNOPSIS
9s32 i2c_smbus_write_byte(const struct i2c_client * client, u8 value);
10
ARGUMENTS
12client
13Handle to slave device
1415
value
16Byte to be sent
17
DESCRIPTION
19This executes the SMBus “send byte” protocol, returning negative errno
20else zero on success.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 I2C_SMBUS_WRITE_BYTE(9)