代码搜索结果

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

tvmsp3450g.h.svn-base

#ifndef __TVAUDIOMSP3450G_H #define __TVAUDIOMSP3450G_H #ifdef __cplusplus extern "C" { #endif /* Msp34x0G I2C operate address defination */ // ADR_SEL LOW Hight Open #define SLAVE_ADDRES

codeccontrol.h

#pragma once #include #include "wavedir.h" #include "phy3250_board.h" #include "drv_ioctl_funcs.h" // I2C device filename that contains the interface to I2S #define I2SI2SDEVNA

scx200_acb.c

/* linux/drivers/i2c/scx200_acb.c Copyright (c) 2001,2002 Christer Weinigel National Semiconductor SCx200 ACCESS.bus support Based on i2c-keywest.c which

i2c.c

#include "i2c.h" //#include "play_capture_TW.h" RMuint32 I2C_ModuleID_NEW = I2C; //to enable or disable the debug messages of this source file, put 1 or 0 below #if 1 #define LOCALDBG ENABLE #else #

sources

include $(USRLIB)/i2c/sources SRCLIB += $(USRLIB)/i2c_ee/read_page.c SRCLIB += $(USRLIB)/i2c_ee/send_addr.c SRCLIB += $(USRLIB)/i2c_ee/write_page.c

sources

include $(USRLIB)/i2c/sources SRCLIB += $(USRLIB)/i2c_ee/read_page.c SRCLIB += $(USRLIB)/i2c_ee/send_addr.c SRCLIB += $(USRLIB)/i2c_ee/write_page.c

scx200_acb.c

/* linux/drivers/i2c/scx200_acb.c Copyright (c) 2001,2002 Christer Weinigel National Semiconductor SCx200 ACCESS.bus support Based on i2c-keywest.c which

i2c_slave.stk

@c:\softune\sample\mb95fv100\i2c\i2c_slave.c # E=Extern S=Static I=Interrupt # {Stack} {E|S|I} {function name} # -> {E|S} {call function} # ... # 2 E _init_i2c_

i2c_master.stk

@c:\softune\sample\mb95fv100\i2c\i2c_master.c # E=Extern S=Static I=Interrupt # {Stack} {E|S|I} {function name} # -> {E|S} {call function} # ... # 2 E _init_i2c

vpd.c

/* * (C) Copyright 2000 * Sysgo Real-Time Solutions, GmbH * Marius Groeger * * Code in faintly related to linux/arch/ppc/8xx_io: * MPC8xx CPM I2C interface.