Query: __i2c_transfer
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__I2C_TRANSFER(9) I2C and SMBus Subsystem __I2C_TRANSFER(9)NAME__i2c_transfer - unlocked flavor of i2c_transferSYNOPSISint __i2c_transfer(struct i2c_adapter * adap, struct i2c_msg * msgs, int num);ARGUMENTSadap Handle to I2C bus msgs One or more messages to execute before STOP is issued to terminate the operation; each message begins with a START. num Number of messages to be executed.DESCRIPTIONReturns negative errno, else the number of messages executed. Adapter lock must be held when calling this function. No debug logging takes place. adap->algo->master_xfer existence isn't checked.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __I2C_TRANSFER(9)
Related Man Pages |
---|
struct_i2c_driver(9) - centos |
struct_i2c_board_info(9) - centos |
iic_smbus_receive_byte(9) - netbsd |
iic_exec(9) - netbsd |
iic_smbus_write_byte(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
How to increment version inside a file? |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |