Query: i2c_smbus_read_block_data
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2C_SMBUS_READ_BLOCK(9) I2C and SMBus Subsystem I2C_SMBUS_READ_BLOCK(9)NAMEi2c_smbus_read_block_data - SMBus "block read" protocolSYNOPSISs32 i2c_smbus_read_block_data(const struct i2c_client * client, u8 command, u8 * values);ARGUMENTSclient Handle to slave device command Byte interpreted by slave values Byte array into which data will be read; big enough to hold the data returned by the slave. SMBus allows at most 32 bytes.DESCRIPTIONThis executes the SMBus "block read" protocol, returning negative errno else the number of data bytes in the slave's response. Note that using this function requires that the client's adapter support the I2C_FUNC_SMBUS_READ_BLOCK_DATA functionality. Not all adapter drivers support this; its emulation through I2C messaging relies on a specific mechanism (I2C_M_RECV_LEN) which may not be implemented.COPYRIGHTKernel Hackers Manual 3.10 June 2014 I2C_SMBUS_READ_BLOCK(9)
Related Man Pages |
---|
struct_i2c_msg(9) - suse |
smbus(7d) - sunos |
smb(4) - debian |
i2c_add_numbered_adapter(9) - centos |
smb(4) - linux |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
Tar Command |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |