代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/142740/12923877

c main.c

/** \file USBisp bootloader */ /*! \mainpage USBisp Bootloader (c)2004 by Matthias Weisser This software is distributed under the QPL see license.txt for more information
www.eeworm.com/read/309616/13667746

h adc.h

#include #define ADC_SET_ADEN asm("sbi 0x06,7"::) #define ADC_SET_ADSC asm("sbi 0x06,6"::) #define ADC_CLR_ADEN asm("cbi 0x06,7"::) void ADC_Init(uint8_t Sync); uint8_t AD
www.eeworm.com/read/136812/5859337

c ndet_sig.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)ndet_sig.c 1.1 92/07/30 Copyr 1985 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Ndet_sig.c - Implement
www.eeworm.com/read/128447/5990576

c kcache2.c

/*================================================================= // // kcache2.c // // Cache feature/timing tests // //================================================================
www.eeworm.com/read/488668/6483435

c main.c

/** \file USBisp bootloader */ /*! \mainpage USBisp Bootloader (c)2004 by Matthias Weisser This software is distributed under the QPL see license.txt for more information
www.eeworm.com/read/341684/12072678

vhd ss_smii_tomii_top.vhd

------------------------------------------------------------------------------ -- -- -- SMII To MII Module Design
www.eeworm.com/read/337834/12338964

in makefile.in

# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005 Free Software Foundation, Inc
www.eeworm.com/read/394238/8240936

txt timer.txt

any question,send email to netxiong@263.net 相关的文件: /include/linux/timer.h /kernel/timer.c ****************************实现机理************************************************* 基本过程如下: 当一个时钟中断发
www.eeworm.com/read/247525/12652956

c sdio.c

#include "c8051f310.h" #include "SDIO.h" unsigned char CMD_R[6]={0,0}; unsigned char OCR_REG[3]={0xff,0xc0,0xff}; //operation condition reg:2.7-3.6V unsigned char RCA_REG[2]={0x00,0x01}; unsigned
www.eeworm.com/read/113031/15471908

c atm_mgr_dce.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki