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

NAME

6       i2c_smbus_read_word_data - SMBus “read word” protocol
7

SYNOPSIS

9       s32 i2c_smbus_read_word_data(struct i2c_client * client, u8 command);
10

ARGUMENTS

12       client
13           Handle to slave device
14
15       command
16           Byte interpreted by slave
17

DESCRIPTION

19       This executes the SMBus “read word” protocol, returning negative errno
20       else a 16-bit unsigned “word” received from the device.
21
23Kernel Hackers Manual 2.6.       November 2011         I2C_SMBUS_READ_WORD_(9)
Impressum