代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/133772/5902980
h hal_platform_setup.h
//==========================================================================
//
// hal_platform_setup.h
//
//
//
//==========================================================================
//===
www.eeworm.com/read/101039/6260606
sql m_product_check.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/493794/6391019
c i2c.c
#include
#include "lyj.h"
#include "I2C.h"
#ifdef I2C_SUPPORT
#define t_lp_n 2 //I2C 读写单步延时
//22.1184MHZ时,12机械周期情况下,t_lp_n =2可用
#defin
www.eeworm.com/read/491643/6432243
tagsrc car.tagsrc
E:\dzjs\Gcar\m.C
E:\dzjs\Gcar\h_realtime_isr.h
E:\dzjs\Gcar\c_LCM.h
E:\dzjs\Gcar\c_realtime_isr.h
E:\dzjs\Gcar\h_LCM.h
E:\dzjs\Gcar\A_head.h
E:\dzjs\Gcar\h_main.h
E:\dzjs\Gcar\C_main.h
E:\dzjs
www.eeworm.com/read/485380/6560962
vhd instr_mux.vhd
-------------------------------------------------------------------------------
-- $Id: instr_mux.vhd,v 1.1 2007/10/12 09:11:36 stefana Exp $
----------------------------------------------------------
www.eeworm.com/read/261367/11652758
h core a.h
#ifndef CORE_A
#define CORE_A
//--------------------------------------------------------------------------//
// Header files //
//------------------------------------------------
www.eeworm.com/read/155808/11845873
h core a.h
#ifndef CORE_A
#define CORE_A
//--------------------------------------------------------------------------//
// Header files //
//------------------------------------------------
www.eeworm.com/read/343086/11976370
c motion_sensor_custom.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/151486/12204243
makefile
#
# Makefile for the kernel i2c bus driver.
#
O_TARGET := i2c.o
export-objs := i2c-core.o i2c-algo-bit.o i2c-algo-pcf.o \
i2c-algo-ite.o i2c-algo-pxa.o i2c-proc.o \
i2c-algo-s3c2410.o i2c-
www.eeworm.com/read/221035/14760662
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(GPIO、总线时钟)
************************************************