摘要: 转载文章: https://blog.csdn.net/qq_33141353/article/details/122079018 https://www.cnblogs.com/downey-blog/p/10485596.html#top 此处做个记录,后面会具体分析 阅读全文
posted @ 2024-03-30 21:22 lethe1203 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 学习资料:韦东山第三期 i2c_adapter: nr:第几路i2c总线 xfer:读写操作 struct i2c_adapter { struct module *owner; unsigned int class; /* classes to allow probing for */ const 阅读全文
posted @ 2024-03-30 18:28 lethe1203 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 资料来源:韦东山第三期 SMBus Block读: 对应i2c-tools中的函数:i2c_smbus_read_block_data() SMBus Block写: 对应i2c-tools中的函数:i2c_smbus_write_block_data() I2C Block读: 对应i2c-too 阅读全文
posted @ 2024-03-30 16:22 lethe1203 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 资料来源:韦东山第三期 SMBus: System Management Bus,系统管理总线。 SMBus最初的目的是为智能电池、充电电池、其他微控制器之间的通信链路而定义的。 SMBus也被用来连接各种设备,包括电源相关设备,系统传感器,EEPROM通讯设备等等。 SMBus 为系统和电源管理这 阅读全文
posted @ 2024-03-30 16:14 lethe1203 阅读(95) 评论(0) 推荐(0) 编辑