⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 i2c.h

📁 周立功7290(zlg7290)i2c芯片 在uclinux上的驱动程序。已经移植成功
💻 H
字号:
/****************************************Copyright (c)****************************************************                               Guangzou ZLG-MCU Development Co.,LTD.**                                      graduate school**                                 http://www.zlgmcu.com****--------------File Info-------------------------------------------------------------------------------** File Name:  i2c.h** Last modified Date:  2005-05-17** Last Version: 1.0** Descriptions: i2c.h****------------------------------------------------------------------------------------------------------** Created By: Chenmingji** Created date:   2004-05-17** Version: 1.0** Descriptions: First version****------------------------------------------------------------------------------------------------------** Modified by:** Modified date:** Version:** Descriptions:**********************************************************************************************************/#ifndef __I2C_H#define __I2C_H#include <linux/ioctl.h>#define I2C_IOC_MAGIC      0xd4#define I2C_SET_CLH         _IO(I2C_IOC_MAGIC,    0)#define I2C_SET_CLL         _IO(I2C_IOC_MAGIC,    1)#define I2C_MAXNR           2 /* max command */#endif/***********************************************************************************************************                            End Of File********************************************************************************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -