uboot 的i2c读写,i2c_read(u_int8_t chip, u_int32_t addr, int alen, u_int8_t *buf, int len),u-boot,i2c_write
【转帖请注明出处:blog.csdn.net/lanmanck】看格式,介绍参数好了:inti2c_read(u_int8_tchip,//芯片的i2c地址,不包含读写位u_int32_taddr,//芯片内的读写地址,比如寄存器地址intalen,//这个要看代码才知道是地址的长度。比如有的flash比较大就有16位地址。 //uboot支持32位地址,不过要看驱动支不支持。0=8