1I2C_SMBUS_READ_BYTE(9)      I2C and SMBus Subsystem     I2C_SMBUS_READ_BYTE(9)
2
3
4

NAME

6       i2c_smbus_read_byte - SMBus “receive byte” protocol
7

SYNOPSIS

9       s32 i2c_smbus_read_byte(const struct i2c_client * client);
10

ARGUMENTS

12       client
13           Handle to slave device
14

DESCRIPTION

16       This executes the SMBus “receive byte” protocol, returning negative
17       errno else the byte received from the device.
18
20Kernel Hackers Manual 3.10         June 2019            I2C_SMBUS_READ_BYTE(9)
Impressum