代码搜索结果
找到约 10,000 项符合
I2C 的代码
config.in
#
# Multimedia Video device configuration
#
mainmenu_option next_comment
comment 'Video For Linux'
bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS
dep_tristate ' I2C on parallel por
i2c_example.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\tomahawk_release\Release-1\csl_c6486\example\c6486\i2c\build\"
ProjectType=Executab
config.in
#
# Multimedia Video device configuration
#
mainmenu_option next_comment
comment 'Video For Linux'
bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS
dep_tristate ' I2C on parallel por
usbiox.inf
; USBIOX.INF
; Driver for USBI2C Chip V2.0
; WDM/DLL for Windows 98/Me/2000/XP
; Copyright (C) USBIO TECH. 2001-2006
;
[Version]
Signature = "$Chicago$"
Class = USBIO
ClassGuid = {779
tms470r1b1m_i2c_01.c
//******************************************************************************
// TMS470 Demo - I2C Sample Program I2C1 to I2C2
//
// This is a I2C1 to I2C2 Interrupt configuration.
// Data from
i2c_app.h
/* mbxI2c.h - I2C bus interface header for PPC 8xx */
/* Copyright 1998 Wind River Systems, Inc. */
/* Copyright 1997,1998 Motorola, Inc., All Rights Reserved */
/*
modification history
max518_1.c
// Program MAX518_1.C,
//
// Illustrates an interface with a MAX518 Dual D/A. This routine
// uses the MSSP Module as an I2C Master.
//
// Program outputs a constant 0x80 on D/A 0. The result is
i2c_fram_driver_for_fm24c04 .txt
评:驱动程序对于所有的铁电系列I2C FRAM都是适用的,只是容量、电平(3V和5V)的不同,驱动程序是针对51MCU的,但对其他MCU只要稍微修改就可使用。
在存贮数据量不大,而且读写次数频繁时,可选择I2C FRAM。
//THIS CODE WAS DESIGNED TO DEMONSTRATE HOW THE FM24C04/FM24C04A SERIAL FRA
pcf8563.c
/**————————————————————
〖说明〗I2C总线驱动程序(用两个普通IO模拟I2C总线)
包括100Khz(T=10us)的标准模式(慢速模式)选择,
和400Khz(T=2.5us)的快速模式选择,
默认11.0592Mhz的晶振。
〖文件〗PCF8563T.C ﹫2001/11/2 7
〖作者〗龙啸九天 c51@yeah.net http://www.c51b
iic总线模拟程序.txt
IIC总线模拟程序
发布时间:2005年2月19日
点击次数:2572
详细内容:IIC总线模拟程序
文件: PCF8563T.C
1 /**————————————————————
2 〖说明〗<mark>I2C</mark>总线驱动程序(用两个普通IO模拟<mark>I2C</mark>总线)
3 包括100Khz(T=10us)的标准模式(慢速模式)选择,
4 和400Khz(T=2.5us)的快速模式选择, ...