代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/377423/9277186
c timer.c
/*****************************************************************************
* timer.c: Timer C file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/377279/9284096
asl timer.asl
Device(TMR) { // Timer
Name(_HID,EISAID("PNP0100")) // Hardware Device ID
Name(_CRS,Buffer(){
0x47, // IO port descriptor
www.eeworm.com/read/377279/9284587
asx timer.asx
www.eeworm.com/read/377231/9286340
h timer.h
/*****************************************************************************
* timer.h: Header file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/377231/9286354
c timer.c
/*****************************************************************************
* timer.c: Timer C file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/180827/9294263
hpp timer.hpp
/////////////////////////////////////////////////////////////////////////////
// //
// TIMER.HPP - header file for C++ prog
www.eeworm.com/read/180815/9294839
h timer.h
/********************************************************************************/
/* SYSREG.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
www.eeworm.com/read/180815/9294859
asm timer.asm
*********************************************************************************
* MEMORY.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计
www.eeworm.com/read/180804/9294958
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_WDTimer(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/180804/9295058
c timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Wdt_Int(void);
volatile int isWdtInt;
/*************************************