代码搜索结果

找到约 10,000 项符合 I2C 的代码

i2c.plg

Build target 'Target 1' linking... Program Size: data=8.0 xdata=0 code=411 creating hex file from "I2C"... "I2C" - 0 Error(s), 0 Warning(s).

i2c&smbus.txt

串列介面設計實務 <mark>I2C</mark> Bus、SMBus間技術差異 (郭長祐/DigiTimes.com) 2005/05/09 前言:  關於<mark>I2C</mark> Bus與SMBus,許多人很少去談論與瞭解兩者的細節差異,包括很多國外的簡報文件也經常將兩者混寫、交雜描述、交替運用。 廣告  確實,在一般運用下,<mark>I2C</mark> Bus與SMBus沒有太大的差別,從實 ...

i2c.plg

compiling i2c.c... i2c.c - 0 Error(s), 0 Warning(s). Build target 'Target 1' linking... Program Size: data=10.0 xdata=0 code=215 creating hex file from "i2c"... "i2c" - 0 Error(s), 0 Warning(s).

i2c-savage4

Kernel driver i2c-savage4 Supported adapters: * Savage4 * Savage2000 Authors: Alexander Wold , Mark D. Studebaker Description ----------- The Savag

my_ez80f91.h

/************************************************************/ /* */ /* my_eZ80F91.h -- my eZ80F91 Internal I/O Port Definitions */ /*

i2cint.h

/* --------------------------------------------------------------------------------------------------------- *****************************************************************************************

i2c串行总线元器件标准驱动程序的编写.txt

/*------------------------------------------------------------------------------------------ [文件名] I2C.c [版本] 1.1b [作者] 鞠春阳 [最后修改时间] 2003年5月12日 [版权所有] www.mcuzb.com [资料] 请到www.mcuzb.com下载 =====

i2c.lst

C51 COMPILER V7.07 I2C 11/08/2007 09:01:05 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE I2C OBJECT MODULE PLACED IN i2c

i2c.plg

Build target 'Target 1' linking... Program Size: data=8.0 xdata=0 code=411 creating hex file from "I2C"... "I2C" - 0 Error(s), 0 Warning(s).

i2c.c

#include "..\system.h" #define TRUE true #define FALSE false #define I2C_CLK 0x0001 // PF0 #define I2C_DATA 0x0002 // PF1 //----------------------------------------------------------------