代码搜索结果
找到约 10,000 项符合
I2C 的代码
i2c_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (I2C), 0x0005 // Tools: ''
Group (C source code)
Group (Assembler Startup code)
Group (Documentation)
File 1,1,
at24c02test.c
/***************************************************************
功能:实现存储器EEPROM AT24C02的数据读写操作,同时了解软件实现I2C总线读写
作者:ZDP
时间:2005-11-30
版本:V1.0
*******************************************************
i2c-prosavage.c
/*
* kernel/busses/i2c-prosavage.c
*
* i2c bus driver for S3/VIA 8365/8375 graphics processor.
* Copyright (c) 2003 Henk Vergonet
* Based on code written by:
*
i2clab.asm
;************************************************
;* 将利用I2C总线对24C01进行数据块读写 *
;************************************************
include
; 定义 LCD数据& 控制I/O口
LCD_DATA equ PORTB
bttv-i2c.c
/*
bttv-i2c.c -- all the i2c code is here
bttv - Bt848 frame grabber driver
Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
& Marcus Me
i2c.lis
.module i2c.c
.area text(rom, con, rel)
0000 .dbfile E:\mine\i2c\i2c.c
0000 .dbfunc e delay_1ms _delay_1ms fV
iic.c
/* I2C interface for LPC2138 */
/* David Wolpoff */
#include "LPC214x.h"
#include "system.h"
#include
#include "printmacros.h"
volatile int mdc;
volatile unsigned char* mptr;
vol
ds1307.c
/*
* Brian Kuschak
*
* I2C driver for Dallas (Maxim) DS1307 Real Time Clock.
* Some code 'borrowed' from the DS1302 driver.
*/
#include
#include
avr302.asm
;**** A P P L I C A T I O N N O T E A V R 3 0 2 ************************
;*
;* Title : I2C Slave Implementation
;* Version : 1.2
;* Last updated : 97.07.17
;* Target : AT90Sxxxx (All AVR
i2c.c
/*
* (C) Copyright 2003
* Gleb Natapov
* Some bits are taken from linux driver writen by adrian@humboldt.co.uk
*
* Hardware I2C driver for MPC107 PCI bridge.
*
* See file CRE