摘要
I2C总线是一种用于IC器件之间连接的二线制总线。Linux内核中针对I2C总线的特性,其设备驱动使用了一种 特殊的体系结构。在分析Linux的I2C总线驱动的体系结构的基础上,以S3C2410的I2C总线为例,介绍了I2C总线驱动 设计的方法。
The I2C-bus is a simple 2-wire bus that allows computer to connect to ICs. In linux kernel, a special I2C driver architecture was developed to support I2C bus peripheral. The linux I2C driver architecture is discussed and it is explained how to write a new I2C bus driver for linux.
出处
《计算机工程与设计》
CSCD
北大核心
2005年第1期41-43,共3页
Computer Engineering and Design
基金
国家863高技术研究发展计划基金项目(2003AA1Z2080)。