代码搜索结果

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

i2c-au1550.c

/* * i2c-au1550.c: SMBus (i2c) adapter for Alchemy PSC interface * Copyright (C) 2004 Embedded Edge, LLC * * 2.6 port by Matt Porter * * The

sysi2cdrv.h

/* sysI2cDrv.h - I2C Driver Header Module */ /* Copyright 1984-1999 Wind River Systems, Inc. */ /* Copyright 1996,1997,1998,1999 Motorola, Inc. All Rights Reserved */ /* modification history -------

i2c.h

#ifndef QEMU_I2C_H #define QEMU_I2C_H /* The QEMU I2C implementation only supports simple transfers that complete immediately. It does not support slave devices that need to be able to defer t

i2cslave.v

// Example of I2C slave with 8-bits IO extender // (c) 2005 fpga4fun.com, KNJN LLC // Please define one of these before starting synthesis //`define Xilinx //`define Altera module I2CslaveW

gprobecommander.h

#pragma once // Define enum GProbeInterface{ SERIAL, I2C }; enum GProbeCommand{ RegisterRead = 0x6, RegisterWrite = 0x07, AppsTestParam = 0x11, AppsTest = 0x12 }; //Function void G

main.lis

.module main.c .area text(rom, con, rel) 0000 .dbfile D:\AVR\我的程序\AT24C02的I2C实验/cfg.h 0000 .dbfunc e delay_ms _

读写程序.txt

汇编写的24C01 单字节读写程序 ; ======================================================= ; 24C01存储器I2C总线实验 汇编语言例子 ; ======================================================= ; ; ew51仿真编程器

nv_i2c.c

/* * linux/drivers/video/nvidia/nvidia-i2c.c - nVidia i2c * * Copyright 2004 Antonino A. Daplas * * Based on rivafb-i2c.c * * This file is subject to the terms and conditions

i810-i2c.c

/*-*- linux-c -*- * linux/drivers/video/i810-i2c.c -- Intel 810/815 I2C support * * Copyright (C) 2004 Antonino Daplas * All Rights Reserved * * This file is subjec