4、ne I2C_TENBIT 0x0704 /*选择地址位长:=0 for 7bit , != 0 for 10 bit */ 6.#define I2C_FUNCS 0x0705 /*获取适配器支持的功能 */ 7.#define I2C_RDWR 0x0707 /*Combined R/W transfer (one STOP only) */ 8.#defin
5、e I2C_PEC 0x0708 /* != 0 to use PEC with SMBus */ 1.#define I2C_SMBUS 0x0720 /*SMBus transfer */ 例如:1、设置重试次数:ioctl(fd,I2C_RETRIES,m);设置适配器收不到ACK时重试的次数为m。默认的重试次数为12、设置