table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
I2C_BOARD_INFO(9) | I2C and SMBus Subsystem | I2C_BOARD_INFO(9) |
NAME¶
I2C_BOARD_INFO - macro used to list an i2c device and its addressSYNOPSIS¶
I2C_BOARD_INFO(dev_type,
dev_addr);
ARGUMENTS¶
dev_typeidentifies the device type
dev_addr
the device's address on the bus.
DESCRIPTION¶
This macro initializes essential fields of a struct i2c_board_info, declaring what has been provided on a particular board. Optional fields (such as associated irq, or device-specific platform_data) are provided using conventional syntax.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |