代码搜索结果

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

i2c_rw.c

#include #include BOOL EZUSB_ReadI2C(BYTE addr, BYTE length, BYTE xdata *dat) { EZUSB_ReadI2C_(addr, length, dat); while(TRUE) switch(I2CPckt.status) { case I2

i2c.h

/* ------------------------------------------------------------------------- */ /* */ /* i2c.h - definitions for the i2c-bus interface */ /* */ /* ------------------

tcvpath.sh

#!/bin/sh mkdir pro<mark>c</mark>; <mark>c</mark>d pro<mark>c</mark> mkdir a b mv ../b.<mark>c</mark> a/b.<mark>c</mark> tou<mark>c</mark>h a.h a.<mark>c</mark> a/a.h a/<mark>c</mark>.<mark>c</mark> a/d.<mark>c</mark> b/d.<mark>c</mark> b/e.h b/e.<mark>c</mark> e.<mark>c</mark> (mkmf -F ../<mark>C</mark>.p; <mark>c</mark>at Makefile) 2>&1 | diff - ../O<mark>C</mark>vpath diffstatus=$? <mark>c</mar ...

emacs.kys

\initial {!} \entry {\code {! (query-replace)}}{80} \initial {,} \entry {\code {, (query-replace)}}{80} \initial {.} \entry {\code {. (query-replace)}}{80} \entry {\code {. (Rmail)}}{194} \initial {{\

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

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.

hardware.inc

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

hardware.inc

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

i2c2.c

#include "reg51.h" #include "intrins.h" #define uchar unsigned char #define uint unsigned int sbit SDA=P2^6; sbit SCL=P2^5; //函数声明 uchar i2c_read(uchar); void i2c_write(uchar,uchar);

hardware.inc

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