代码搜索结果

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

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

i2c.c

/********************************** 函数名:I2C.c 功 能:AT24C32读写函数 **********************************/ #include #include #include "hal.h" #include "I2C.h" //I2C起始 void I2

i2c.h

/************************************ 文件名:I2C.h 功 能:与I2C相关的宏定义,函数声明等 *************************************/ #ifndef __I2C_H__ #define __I2C_H__ #define _NOP() _nop_();_nop_();_nop_();_nop_();

i2c.lst

C51 COMPILER V8.06 I2C 12/25/2007 08:55:45 PAGE 1 C51 COMPILER V8.06, COMPILATION OF MODULE I2C OBJECT MODULE PLACED IN I2C

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

setterm.c

#include #include "curspriv.h" _PROTOTYPE( static void ttysetflags, (void) ); static void ttysetflags() { _tty.c_iflag |= ICRNL | IXON; _tty.c_oflag |= OPOST | ONLCR; _tty.

i2c-i810

Kernel driver i2c-i810 Supported adapters: * Intel 82810, 82810-DC100, 82810E, and 82815 (GMCH) * Intel 82845G (GMCH) Authors: Frodo Looijaard , Philip Edelbrock

i2c.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you

i2c.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you

rules.c

/* * compiler/back-ends/c-gen/rules.c - initialized c rule structure * inits a table that contains info about * converting each ASN.1 type to C type * Copyright (C) 1991, 1992